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 /net | |
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 'net')
-rw-r--r-- | net/ORBit/pkg/PLIST | 6 | ||||
-rw-r--r-- | net/wget/pkg/PLIST | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ORBit/pkg/PLIST b/net/ORBit/pkg/PLIST index 19d34d3ee5b..7f3cad5343b 100644 --- a/net/ORBit/pkg/PLIST +++ b/net/ORBit/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1998/12/19 12:31:48 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/02/11 19:17:29 tv Exp $ bin/name-client bin/old-name-server bin/orbit-idl @@ -80,9 +80,9 @@ include/orb/orbit_object.h include/orb/orbit_object_type.h include/orb/orbit_poa.h include/orb/orbit_poa_type.h -@unexec %D/bin/install-info --delete %D/info/libIDL.info %D/info/dir +@unexec install-info --delete %D/info/libIDL.info %D/info/dir info/libIDL.info -@exec %D/bin/install-info %D/info/libIDL.info %D/info/libIDL.info +@exec install-info %D/info/libIDL.info %D/info/libIDL.info @dirrm include/libIDL @dirrm include/ORBitutil @dirrm include/ORBitservices 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 |