summaryrefslogtreecommitdiff
path: root/editors/ex/patches/patch-aa
diff options
context:
space:
mode:
authoritojun <itojun>2002-12-16 14:59:00 +0000
committeritojun <itojun>2002-12-16 14:59:00 +0000
commita8d47a624ab52fdfb20cb751dc318a152ccabca5 (patch)
tree32bd18f0c52fbb0dfa6db17b5dff8bc5d0583c3c /editors/ex/patches/patch-aa
parent23dd6dcff3a239819dcef41a91457736b1fc61b8 (diff)
downloadpkgsrc-a8d47a624ab52fdfb20cb751dc318a152ccabca5.tar.gz
Berkeley ex/vi 3.7
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.