summaryrefslogtreecommitdiff
path: root/editors/wily/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/wily/patches/patch-aa')
-rw-r--r--editors/wily/patches/patch-aa11
1 files changed, 6 insertions, 5 deletions
diff --git a/editors/wily/patches/patch-aa b/editors/wily/patches/patch-aa
index 8c19bc9a696..7bbb7d88721 100644
--- a/editors/wily/patches/patch-aa
+++ b/editors/wily/patches/patch-aa
@@ -1,12 +1,13 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 11:11:19 agc Exp $
+$NetBSD: patch-aa,v 1.3 2007/08/17 23:46:18 agc Exp $
---- Makefile.in 1997/10/24 08:47:31 1.1
-+++ Makefile.in 1997/10/24 08:49:03
-@@ -17,6 +17,7 @@
+--- Makefile.in.orig 1997-05-03 07:37:17.000000000 +0100
++++ Makefile.in 2007-08-18 00:31:59.000000000 +0100
+@@ -17,6 +17,8 @@
install: all
cd wily; $(MAKE) $(MFLAGS) install
-+ @INSTALL@ -m 0444 Doc/old/wily.1 ${PREFIX}/man/man1
++ @INSTALL@ -d 0755 ${DESTDIR}${PREFIX}/man/man1
++ @INSTALL@ -m 0444 Doc/old/wily.1 ${DESTDIR}${PREFIX}/man/man1
clean:
for i in $(SUBDIRS); do \
(cd $$i; $(MAKE) $(MFLAGS) $@); \