summaryrefslogtreecommitdiff
path: root/editors/ex/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ex/patches/patch-aa')
-rw-r--r--editors/ex/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/ex/patches/patch-aa b/editors/ex/patches/patch-aa
new file mode 100644
index 00000000000..09f3f5150df
--- /dev/null
+++ b/editors/ex/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/16 14:59:00 itojun Exp $
+
+--- Makefile- Mon Dec 16 23:53:42 2002
++++ Makefile Mon Dec 16 23:54:20 2002
+@@ -83,13 +83,13 @@
+ BINDIR = bin
+ LIBEXECDIR = libexec
+ MANDIR = man
+-DESTDIR = /usr/local
++DESTDIR = ${PREFIX}
+ PRESERVEDIR = /var/preserve
+
+ #
+ # A BSD-like install program. GNU install will fit well here, too.
+ #
+-INSTALL = /usr/ucb/install
++#INSTALL = /usr/ucb/install
+
+ #
+ # Compiler and linker flags.