diff options
author | itojun <itojun@pkgsrc.org> | 2002-12-16 14:59:00 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-12-16 14:59:00 +0000 |
commit | f0e747e038f57ce72afa25a12c9453d94744397c (patch) | |
tree | 32bd18f0c52fbb0dfa6db17b5dff8bc5d0583c3c /editors/ex/patches | |
parent | b7026375c0e4461ca6cac7ee0ba38a34e7788f13 (diff) | |
download | pkgsrc-f0e747e038f57ce72afa25a12c9453d94744397c.tar.gz |
Berkeley ex/vi 3.7
Diffstat (limited to 'editors/ex/patches')
-rw-r--r-- | editors/ex/patches/patch-aa | 20 |
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. |