diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-01-12 01:53:02 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-01-12 01:53:02 +0000 |
commit | 2788e4c94715558e7bd94f26184be430ae3af005 (patch) | |
tree | 7575a25f3794071c42831192af5c790e736a93e6 /emulators | |
parent | f5e9c0eef837baab652cfcef12da80b8cfa165dc (diff) | |
download | ports-2788e4c94715558e7bd94f26184be430ae3af005.tar.gz ports-2788e4c94715558e7bd94f26184be430ae3af005.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mtools/Makefile | 2 | ||||
-rw-r--r-- | emulators/mtools/pkg-plist | 76 |
2 files changed, 28 insertions, 50 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index f0d5c916de4a..52122391290c 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= mtools PORTVERSION= 3.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \ http://mtools.linux.lu/ diff --git a/emulators/mtools/pkg-plist b/emulators/mtools/pkg-plist index e082a669eefd..6e87eb8d00b9 100644 --- a/emulators/mtools/pkg-plist +++ b/emulators/mtools/pkg-plist @@ -1,56 +1,34 @@ -bin/mtools -@exec ln -fs %D/%F %B/mattrib -@exec ln -fs %D/%F %B/mbadblocks -@exec ln -fs %D/%F %B/mcat -@exec ln -fs %D/%F %B/mcd -@exec ln -fs %D/%F %B/mcopy -@exec ln -fs %D/%F %B/mdel -@exec ln -fs %D/%F %B/mdeltree -@exec ln -fs %D/%F %B/mdir -@exec ln -fs %D/%F %B/mdu -@exec ln -fs %D/%F %B/mformat -@exec ln -fs %D/%F %B/minfo -@exec ln -fs %D/%F %B/mlabel -@exec ln -fs %D/%F %B/mmd -@exec ln -fs %D/%F %B/mmount -@exec ln -fs %D/%F %B/mmove -@exec ln -fs %D/%F %B/mpartition -@exec ln -fs %D/%F %B/mrd -@exec ln -fs %D/%F %B/mread -@exec ln -fs %D/%F %B/mren -@exec ln -fs %D/%F %B/mshowfat -@exec ln -fs %D/%F %B/mtoolstest -@exec ln -fs %D/%F %B/mtype -@exec ln -fs %D/%F %B/mwrite -@exec ln -fs %D/%F %B/mzip -@unexec rm %B/mattrib -@unexec rm %B/mbadblocks -@unexec rm %B/mcat -@unexec rm %B/mcd -@unexec rm %B/mcopy -@unexec rm %B/mdel -@unexec rm %B/mdeltree -@unexec rm %B/mdir -@unexec rm %B/mdu -@unexec rm %B/mformat -@unexec rm %B/minfo -@unexec rm %B/mlabel -@unexec rm %B/mmd -@unexec rm %B/mmount -@unexec rm %B/mmove -@unexec rm %B/mpartition -@unexec rm %B/mrd -@unexec rm %B/mread -@unexec rm %B/mren -@unexec rm %B/mshowfat -@unexec rm %B/mtoolstest -@unexec rm %B/mtype -@unexec rm %B/mwrite -@unexec rm %B/mzip +bin/floppyd +bin/floppyd_installtest +bin/mattrib +bin/mbadblocks +bin/mcat +bin/mcd bin/mcheck bin/mcomp +bin/mcopy +bin/mdel +bin/mdeltree +bin/mdir +bin/mdu +bin/mformat +bin/minfo bin/mkmanifest +bin/mlabel +bin/mmd +bin/mmount +bin/mmove +bin/mpartition +bin/mrd +bin/mread +bin/mren +bin/mshowfat +bin/mtools +bin/mtoolstest +bin/mtype +bin/mwrite bin/mxtar +bin/mzip @unexec install-info --delete %D/info/mtools.info %D/info/dir info/mtools.info @exec install-info %D/info/mtools.info %D/info/dir |