summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorhwr <hwr>1998-11-01 14:55:37 +0000
committerhwr <hwr>1998-11-01 14:55:37 +0000
commita70582e902301359f62a503bcd5f148672f97492 (patch)
tree57c38bbeb981a86fe83e4a23fb3999be36262b31 /editors/jed
parentbef3f18c836f24313b9112d79af212a044586b89 (diff)
downloadpkgsrc-a70582e902301359f62a503bcd5f148672f97492.tar.gz
Also populate /usr/pkg/share/{doc,info}. Don't make /usr/pkg/share/bin.
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/patches/patch-ab19
-rw-r--r--editors/jed/pkg/PLIST38
-rw-r--r--editors/jed/scripts/post-install16
3 files changed, 66 insertions, 7 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
diff --git a/editors/jed/pkg/PLIST b/editors/jed/pkg/PLIST
index cea1d93ceaa..e3dba10e3d3 100644
--- a/editors/jed/pkg/PLIST
+++ b/editors/jed/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1998/10/31 23:25:18 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.3 1998/11/01 14:55:37 hwr Exp $
bin/jed
bin/rgrep
man/man1/rgrep.1
@@ -124,9 +124,41 @@ share/jed/lib/vhdlmode.sl
share/jed/lib/tm/linuxdoc.tm
share/jed/lib/ide.sl
share/jed/lib/compat.sl
+share/jed/info/dir.info
+share/jed/info/info.info
+share/jed/info/jed.1in
+share/jed/info/jed.2in
+share/jed/info/jed.3in
+share/jed/info/jed.info
+share/jed/doc/README
+share/jed/doc/jed.tex
+share/jed/doc/abbrev.txt
+share/jed/doc/color.txt
+share/jed/doc/edt.txt
+share/jed/doc/hooks.txt
+share/jed/doc/jed_faq.txt
+share/jed/doc/mouse.txt
+share/jed/doc/pc-keys.txt
+share/jed/doc/program.txt
+share/jed/doc/rgrep.txt
+share/jed/doc/rmail.txt
+share/jed/doc/script.txt
+share/jed/doc/syntax.txt
+share/jed/doc/fold.txt
+share/jed/doc/wjed.txt
+share/jed/doc/dfa.txt
+share/jed/doc/wordstar.txt
+share/jed/doc/xjed.txt
+share/jed/doc/undo.txt
+share/jed/doc/yankpop.txt
+share/jed/doc/emacs.txt
+share/jed/doc/tm/Makefile
+share/jed/doc/tm/jedfuns.tm
+share/jed/doc/jedfuns.txt
+share/jed/doc/slangfun.txt
@dirrm share/jed/lib/tm
@dirrm share/jed/lib
-@dirrm share/jed/bin
-@dirrm share/jed/info
+@dirrm share/jed/doc/tm
@dirrm share/jed/doc
+@dirrm share/jed/info
@dirrm share/jed
diff --git a/editors/jed/scripts/post-install b/editors/jed/scripts/post-install
index 3686402ac0c..d3405d83fa8 100644
--- a/editors/jed/scripts/post-install
+++ b/editors/jed/scripts/post-install
@@ -1,5 +1,17 @@
#!/bin/sh
-# $NetBSD: post-install,v 1.1.1.1 1998/10/31 23:16:12 hwr Exp $
-echo "Installing lib files now"
+# $NetBSD: post-install,v 1.2 1998/11/01 14:55:37 hwr Exp $
+echo "Installing lib files"
cd ${WRKSRC}
tar cf - lib | (cd ${PREFIX}/share/jed ; tar xf - )
+echo "Installing info files"
+tar cf - info | (cd ${PREFIX}/share/jed ; tar xf - )
+echo "Installing doc files"
+tar cf - doc | (cd ${PREFIX}/share/jed ; tar xf - )
+if [ -f ${PREFIX}/share/jed/doc/jed.1 ]
+then
+ rm ${PREFIX}/share/jed/doc/jed.1
+fi
+if [ -f ${PREFIX}/share/jed/doc/rgrep.1 ]
+then
+ rm ${PREFIX}/share/jed/doc/rgrep.1
+fi