summaryrefslogtreecommitdiff
path: root/devel/gmake
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 /devel/gmake
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).
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/pkg/PLIST3
1 files changed, 1 insertions, 2 deletions
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