summaryrefslogtreecommitdiff
path: root/editors/lpe/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lpe/patches/patch-aa')
-rw-r--r--editors/lpe/patches/patch-aa20
1 files changed, 16 insertions, 4 deletions
diff --git a/editors/lpe/patches/patch-aa b/editors/lpe/patches/patch-aa
index 84718b12a44..6fb8622de0c 100644
--- a/editors/lpe/patches/patch-aa
+++ b/editors/lpe/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/05/15 21:02:16 salo Exp $
+$NetBSD: patch-aa,v 1.2 2010/01/29 19:54:17 joerg Exp $
---- man/Makefile.in.orig 2003-05-15 13:48:14.000000000 +0200
-+++ man/Makefile.in 2003-05-15 14:01:51.000000000 +0200
-@@ -102,7 +102,7 @@
+--- man/Makefile.in.orig 2001-06-20 10:22:30.000000000 +0000
++++ man/Makefile.in
+@@ -102,7 +102,7 @@ MAINTAINERCLEANFILES = lpe.1 Makefile.in
man_MANS = lpe.1
@@ -11,3 +11,15 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/05/15 21:02:16 salo Exp $
EXTRA_DIST = $(EXTRA_MANPAGES) lpe.1.en
+@@ -261,9 +261,9 @@ clean-local:
+
+ install-data-hook:
+ for m in $(EXTRA_MANPAGES); do \
+- $(mkinstalldirs) $(mandir)/`echo $$m | sed -e "s,^.*\.1\.\(.*\)$$,\1/man1,"`; \
++ $(mkinstalldirs) ${DESTDIR}$(mandir)/`echo $$m | sed -e "s,^.*\.1\.\(.*\)$$,\1/man1,"`; \
+ $(INSTALL_DATA) $(top_srcdir)/man/$$m \
+- $(mandir)/`echo $$m | sed -e "s,^\(.*\)\.1\.\(.*\)$$,\2/man1/\1.1,"`; \
++ ${DESTDIR}$(mandir)/`echo $$m | sed -e "s,^\(.*\)\.1\.\(.*\)$$,\2/man1/\1.1,"`; \
+ done
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.