diff options
author | kim <kim> | 2000-09-15 21:01:57 +0000 |
---|---|---|
committer | kim <kim> | 2000-09-15 21:01:57 +0000 |
commit | f9835a7161f7bbb793d646424178aed8d92da051 (patch) | |
tree | 957b0bb206ee61e736adeefc46f05aac15d27c88 | |
parent | 94bc5b820e67d281f3fe7a910cd5a3837cee9727 (diff) | |
download | pkgsrc-f9835a7161f7bbb793d646424178aed8d92da051.tar.gz |
Sort and compare with print-PLIST, so it should be right now.
-rw-r--r-- | sysutils/mtools/pkg/PLIST | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/sysutils/mtools/pkg/PLIST b/sysutils/mtools/pkg/PLIST index 077a752b281..99c530d3a4b 100644 --- a/sysutils/mtools/pkg/PLIST +++ b/sysutils/mtools/pkg/PLIST @@ -1,7 +1,13 @@ -@comment $NetBSD: PLIST,v 1.7 2000/09/15 20:58:47 kim Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/09/15 21:01:57 kim Exp $ +bin/floppyd +bin/floppyd_installtest +bin/lz bin/mattrib +bin/mbadblocks bin/mcat bin/mcd +bin/mcheck +bin/mcomp bin/mcopy bin/mdel bin/mdeltree @@ -9,9 +15,9 @@ bin/mdir bin/mdu bin/mformat bin/minfo +bin/mkmanifest bin/mlabel bin/mmd -bin/mtools bin/mmount bin/mmove bin/mpartition @@ -19,44 +25,39 @@ bin/mrd bin/mread bin/mren bin/mshowfat -bin/mtype +bin/mtools bin/mtoolstest -bin/mbadblocks -bin/mzip -bin/mcheck +bin/mtype bin/mxtar -bin/uz +bin/mzip bin/tgz -bin/mcomp -bin/lz -bin/mkmanifest -bin/floppyd -bin/floppyd_installtest -@unexec install-info --delete %D/info/mtools.info %D/info/dir +bin/uz +@unexec install-info --delete --info-dir=%D/info %D/info/mtools.info info/mtools.info -@exec install-info %D/info/mtools.info %D/info/dir +@exec install-info --info-dir=%D/info %D/info/mtools.info man/man1/floppyd.1 -man/man1/mdu.1 -man/man1/mpartition.1 -man/man1/mshowfat.1 man/man1/mattrib.1 man/man1/mbadblocks.1 +man/man1/mcat.1 man/man1/mcd.1 man/man1/mcopy.1 man/man1/mdel.1 man/man1/mdeltree.1 man/man1/mdir.1 +man/man1/mdu.1 man/man1/mformat.1 man/man1/mkmanifest.1 man/man1/mlabel.1 man/man1/mmd.1 man/man1/mmount.1 man/man1/mmove.1 +man/man1/mpartition.1 man/man1/mrd.1 man/man1/mread.1 man/man1/mren.1 -man/man1/mtoolstest.1 +man/man1/mshowfat.1 man/man1/mtools.1 +man/man1/mtoolstest.1 man/man1/mtype.1 man/man1/mzip.1 man/man5/mtools.5 |