diff options
author | hwr <hwr@pkgsrc.org> | 1998-11-01 14:55:37 +0000 |
---|---|---|
committer | hwr <hwr@pkgsrc.org> | 1998-11-01 14:55:37 +0000 |
commit | 76f0a4284ceecc4b4f48cc93613f3ad383418030 (patch) | |
tree | 57c38bbeb981a86fe83e4a23fb3999be36262b31 /editors/jed/patches | |
parent | 4a655cff0a908c41fb11a76c08c3b227daa9feff (diff) | |
download | pkgsrc-76f0a4284ceecc4b4f48cc93613f3ad383418030.tar.gz |
Also populate /usr/pkg/share/{doc,info}. Don't make /usr/pkg/share/bin.
Diffstat (limited to 'editors/jed/patches')
-rw-r--r-- | editors/jed/patches/patch-ab | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/editors/jed/patches/patch-ab b/editors/jed/patches/patch-ab index 784989446e5..9401084dfc1 100644 --- a/editors/jed/patches/patch-ab +++ b/editors/jed/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.1.1.1 1998/10/31 23:16:12 hwr Exp $ +$NetBSD: patch-ab,v 1.2 1998/11/01 14:55:37 hwr Exp $ --- src/Makefile.in.orig Wed Feb 11 17:57:16 1998 -+++ src/Makefile.in Sat Oct 31 22:43:41 1998 ++++ src/Makefile.in Sun Nov 1 14:06:42 1998 @@ -13,8 +13,8 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -12,3 +12,18 @@ $NetBSD: patch-ab,v 1.1.1.1 1998/10/31 23:16:12 hwr Exp $ BIN_DIR = @bindir@ MAN_DIR = @mandir@/man1 INSTALL = @INSTALL@ +@@ -136,14 +136,11 @@ + /bin/cp $(OBJDIR)/jed $(BIN_DIR)/ + - /bin/cp $(OBJDIR)/xjed $(BIN_DIR)/ + /bin/cp $(OBJDIR)/rgrep $(BIN_DIR)/ +- - /bin/cp $(OBJDIR)/getmail $(JED_ROOT)/bin/ + - /bin/cp ../doc/rgrep.1 ../doc/jed.1 $(MAN_DIR)/ +- @echo You will have to install the lib files manually. + $(BIN_DIR): + - $(MKINSDIR) $(BIN_DIR) + $(JED_ROOT): + $(MKINSDIR) $(JED_ROOT)/lib +- $(MKINSDIR) $(JED_ROOT)/bin + $(MKINSDIR) $(JED_ROOT)/info + $(MKINSDIR) $(JED_ROOT)/doc + # The symlinks target is for my own private use. It simply creates the object |