diff options
author | agc <agc@pkgsrc.org> | 1998-09-22 10:48:43 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-22 10:48:43 +0000 |
commit | 0202d38eab3e75f73f9cc0ae4826577460524e96 (patch) | |
tree | 11d074ce3051a13612fb5263ff8773f8d40c31df /devel/bison | |
parent | 3bec9bdf2618f218639cc6f923e8d1f3883ea8ae (diff) | |
download | pkgsrc-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/bison')
-rw-r--r-- | devel/bison/pkg/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
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 |