mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
710 B
Plaintext
18 lines
710 B
Plaintext
$NetBSD: patch-ab,v 1.3 2005/10/09 12:33:58 markd Exp $
|
|
|
|
--- doc/en/Makefile.in.orig 2005-08-13 05:50:01.000000000 +1200
|
|
+++ doc/en/Makefile.in
|
|
@@ -578,10 +578,10 @@ show: preview
|
|
# Also install the man pages on this system
|
|
.PHONY: install-docs uninstall-docs
|
|
|
|
-install-data-hook: kmymoney2.1.gz install-docs
|
|
+install-data-hook: kmymoney2.1 install-docs
|
|
-rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmymoney2/kmymoney2.1
|
|
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1/
|
|
- $(INSTALL_DATA) kmymoney2.1.gz $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz
|
|
+ $(INSTALL_DATA) kmymoney2.1 $(DESTDIR)$(mandir)/man1/kmymoney2.1
|
|
|
|
kmymoney2.1.gz: kmymoney2.1
|
|
gzip -9 -c -N $(top_srcdir)/$(subdir)/kmymoney2.1 > kmymoney2.1.gz
|