diff options
author | tv <tv@pkgsrc.org> | 1999-02-11 19:17:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-02-11 19:17:28 +0000 |
commit | 111c4f44b0b78e4097cc867f4de83e07eecb36f1 (patch) | |
tree | f76daec9f35f521bddac8b348dfb1657a18a40a2 /misc/screen | |
parent | 9e9372fd24433d947a3a4e56ce2d631ed6006a28 (diff) | |
download | pkgsrc-111c4f44b0b78e4097cc867f4de83e07eecb36f1.tar.gz |
Use install-info in $PATH, so that systems with it in base will work too.
Diffstat (limited to 'misc/screen')
-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 b09019432e6..7a4937ad696 100644 --- a/misc/screen/pkg/PLIST +++ b/misc/screen/pkg/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.7 1998/11/30 17:45:18 tv Exp $ +@comment $NetBSD: PLIST,v 1.8 1999/02/11 19:17:33 tv Exp $ bin/screen bin/screen-3.7.6 man/man1/screen.1.gz -@unexec %D/bin/install-info --delete %D/info/screen.info %D/info/dir +@unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info -@exec %D/bin/install-info %D/info/screen.info %D/info/dir +@exec install-info %D/info/screen.info %D/info/dir @unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi share/examples/screen/screenrc @dirrm share/examples/screen |