summaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authoragc <agc>1998-09-22 10:48:43 +0000
committeragc <agc>1998-09-22 10:48:43 +0000
commite04069047e0eed67dfc1805265e33b6cc653066a (patch)
tree11d074ce3051a13612fb5263ff8773f8d40c31df /devel/gmake
parentcea52060caf1de576991f01857dced68551c5a2c (diff)
downloadpkgsrc-e04069047e0eed67dfc1805265e33b6cc653066a.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