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 /sysutils/mtools | |
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 'sysutils/mtools')
-rw-r--r-- | sysutils/mtools/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/mtools/pkg/PLIST b/sysutils/mtools/pkg/PLIST index 1131a1fe90b..7d98eced30f 100644 --- a/sysutils/mtools/pkg/PLIST +++ b/sysutils/mtools/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/08/14 23:11:20 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/02/11 19:17:34 tv Exp $ bin/mattrib bin/mcd bin/mcopy @@ -29,9 +29,9 @@ bin/tgz bin/mcomp bin/lz bin/mkmanifest -@unexec %D/bin/install-info --delete %D/info/mtools.info %D/info/dir +@unexec install-info --delete %D/info/mtools.info %D/info/dir info/mtools.info -@exec %D/bin/install-info %D/info/mtools.info %D/info/dir +@exec install-info %D/info/mtools.info %D/info/dir man/man1/floppyd.1 man/man1/mdu.1 man/man1/mpartition.1 |