diff options
author | tv <tv> | 1999-02-11 19:17:28 +0000 |
---|---|---|
committer | tv <tv> | 1999-02-11 19:17:28 +0000 |
commit | c0efe49c94135e0ca543139b34a699a775d010e7 (patch) | |
tree | f76daec9f35f521bddac8b348dfb1657a18a40a2 /net/wget | |
parent | 091f1e9fa8f69b314cb4181918b8a535e836cc63 (diff) | |
download | pkgsrc-c0efe49c94135e0ca543139b34a699a775d010e7.tar.gz |
Use install-info in $PATH, so that systems with it in base will work too.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wget/pkg/PLIST b/net/wget/pkg/PLIST index 4517444a073..845eeed358d 100644 --- a/net/wget/pkg/PLIST +++ b/net/wget/pkg/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 1998/04/27 15:02:08 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/02/11 19:17:33 tv Exp $ bin/wget etc/wgetrc -@unexec %D/bin/install-info --delete %D/info/wget.info %D/info/dir +@unexec install-info --delete %D/info/wget.info %D/info/dir info/wget.info info/wget.info-1 info/wget.info-2 info/wget.info-3 -@exec %D/bin/install-info %D/info/wget.info %D/info/dir +@exec install-info %D/info/wget.info %D/info/dir |