summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-09-22 10:48:43 +0000
committeragc <agc@pkgsrc.org>1998-09-22 10:48:43 +0000
commit0202d38eab3e75f73f9cc0ae4826577460524e96 (patch)
tree11d074ce3051a13612fb5263ff8773f8d40c31df
parent3bec9bdf2618f218639cc6f923e8d1f3883ea8ae (diff)
downloadpkgsrc-0202d38eab3e75f73f9cc0ae4826577460524e96.tar.gz
install-info will create an info dir file, if one doesn't already
exist, so remove the erroneous @exec statements (which wouldn't have worked anyway).
-rw-r--r--devel/automake/pkg/PLIST3
-rw-r--r--devel/bison/pkg/PLIST3
-rw-r--r--devel/gmake/pkg/PLIST3
-rw-r--r--devel/gperf/pkg/PLIST3
-rw-r--r--devel/libg++/pkg/PLIST.pre3
-rw-r--r--devel/m4/pkg/PLIST3
6 files changed, 6 insertions, 12 deletions
diff --git a/devel/automake/pkg/PLIST b/devel/automake/pkg/PLIST
index ae18a811ba9..4a05ad37c24 100644
--- a/devel/automake/pkg/PLIST
+++ b/devel/automake/pkg/PLIST
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 1998/04/14 01:51:06 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.5 1998/09/22 10:48:43 agc Exp $
bin/aclocal
bin/automake
@unexec %D/bin/install-info --delete %D/info/automake.info %D/info/dir
info/automake.info
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec %D/bin/install-info %D/info/automake.info %D/info/dir
share/aclocal/ccstdc.m4
share/aclocal/cond.m4
diff --git a/devel/bison/pkg/PLIST b/devel/bison/pkg/PLIST
index fb4f925b3e3..06f73b83061 100644
--- a/devel/bison/pkg/PLIST
+++ b/devel/bison/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 1998/03/20 22:45:16 thorpej Exp $
+@comment $NetBSD: PLIST,v 1.2 1998/09/22 10:48:44 agc Exp $
bin/bison
man/man1/bison.1.gz
@unexec %D/bin/install-info --delete %D/info/bison.info %D/info/dir
@@ -8,7 +8,6 @@ info/bison.info-2
info/bison.info-3
info/bison.info-4
info/bison.info-5
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec %D/bin/install-info %D/info/bison.info %D/info/dir
share/bison.simple
share/bison.hairy
diff --git a/devel/gmake/pkg/PLIST b/devel/gmake/pkg/PLIST
index fc3526b999d..d7f55b8e4d5 100644
--- a/devel/gmake/pkg/PLIST
+++ b/devel/gmake/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 1998/08/01 16:58:57 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/09/22 10:48:44 agc Exp $
bin/gmake
man/man1/gmake.1.gz
@unexec %D/bin/install-info --delete %D/info/make.info %D/info/dir
@@ -13,5 +13,4 @@ info/make.info-7
info/make.info-8
info/make.info-9
info/make.info-10
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec %D/bin/install-info %D/info/make.info %D/info/dir
diff --git a/devel/gperf/pkg/PLIST b/devel/gperf/pkg/PLIST
index d1b8cba6e75..3a91186a027 100644
--- a/devel/gperf/pkg/PLIST
+++ b/devel/gperf/pkg/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 1998/05/18 14:49:19 tv Exp $
+@comment $NetBSD: PLIST,v 1.2 1998/09/22 10:48:44 agc Exp $
bin/gperf
@unexec %D/bin/install-info --delete %D/info/gperf.info %D/info/dir
info/gperf.info
@exec %D/bin/install-info %D/info/gperf.info %D/info/dir
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
man/man1/gperf.1.gz
diff --git a/devel/libg++/pkg/PLIST.pre b/devel/libg++/pkg/PLIST.pre
index 28035b69c13..e0c62259b7e 100644
--- a/devel/libg++/pkg/PLIST.pre
+++ b/devel/libg++/pkg/PLIST.pre
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.pre,v 1.2 1998/05/18 14:05:45 tv Exp $
+@comment $NetBSD: PLIST.pre,v 1.3 1998/09/22 10:48:44 agc Exp $
bin/genclass
include/g++/gen/AVLMap.hP
include/g++/gen/AVLSet.hP
@@ -175,4 +175,3 @@ include/g++/typemacros.h
@unexec %D/bin/install-info --delete %D/info/libg++.info %D/info/dir
info/libg++.info
@exec %D/bin/install-info %D/info/libg++.info %D/info/dir
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
diff --git a/devel/m4/pkg/PLIST b/devel/m4/pkg/PLIST
index 6ee6f50bd79..eae83e9b662 100644
--- a/devel/m4/pkg/PLIST
+++ b/devel/m4/pkg/PLIST
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 1998/01/24 04:21:23 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.4 1998/09/22 10:48:44 agc Exp $
bin/gm4
@unexec %D/bin/install-info --delete %D/info/m4.info %D/info/dir
info/m4.info
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec %D/bin/install-info %D/info/m4.info %D/info/dir
share/examples/gm4/capitalize.m4
share/examples/gm4/comments.m4