diff options
author | agc <agc> | 1998-09-22 10:53:22 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-22 10:53:22 +0000 |
commit | a5b209bc780e47b82ace5e4e4ad96b16f6a44802 (patch) | |
tree | dd481b33f665c9650dae8ae19f0fea451d73faee /graphics/hp2xx | |
parent | e04069047e0eed67dfc1805265e33b6cc653066a (diff) | |
download | pkgsrc-a5b209bc780e47b82ace5e4e4ad96b16f6a44802.tar.gz |
install-info will create an info dir file if one doesn't already
exist, so remove the @exec statement which does this (which wouldn't
have worked anyway).
Diffstat (limited to 'graphics/hp2xx')
-rw-r--r-- | graphics/hp2xx/pkg/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/hp2xx/pkg/PLIST b/graphics/hp2xx/pkg/PLIST index 5488f9f5cad..45fb19ecb1c 100644 --- a/graphics/hp2xx/pkg/PLIST +++ b/graphics/hp2xx/pkg/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 1998/07/18 22:04:15 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/09/22 10:53:22 agc Exp $ bin/hp2xx man/man1/hp2xx.1 @unexec %D/bin/install-info --delete %D/info/hp2xx.info %D/info/dir info/hp2xx.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/hp2xx.info %D/info/dir |