diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:28:10 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:28:10 +0000 |
commit | 35b42ef158e777b3dd3cc4fabab72c3dc9cd57fa (patch) | |
tree | 5bf97aac61eeaa54b9ac56f6fb5f2e3d3e892b01 /misc | |
parent | 4bc4c96ac4b5c5f4e2c251962134d37a82b7fb72 (diff) | |
download | pkgsrc-35b42ef158e777b3dd3cc4fabab72c3dc9cd57fa.tar.gz |
portlint: use our install-info
Diffstat (limited to 'misc')
-rw-r--r-- | misc/screen/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/screen/pkg/PLIST b/misc/screen/pkg/PLIST index d4351d831a8..3a5b44bc7f5 100644 --- a/misc/screen/pkg/PLIST +++ b/misc/screen/pkg/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 1997/11/06 10:02:53 agc Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/01/24 21:28:10 hubertf Exp $ bin/screen bin/screen-3.7.4 man/man1/screen.1.gz -@unexec install-info --delete %D/info/screen.info %D/info/dir +@unexec %D/bin/install-info --delete %D/info/screen.info %D/info/dir info/screen.info -@exec install-info %D/info/screen.info %D/info/dir +@exec %D/bin/install-info %D/info/screen.info %D/info/dir @unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi |