Add 2 extra files in plist; remove all @exec/@unexec lines and replace them
by the list of files (pkg_* programs have no problem with symlinks)
This commit is contained in:
parent
f5e9c0eef8
commit
2788e4c947
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37117
2 changed files with 28 additions and 50 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue