mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5424500208
Fix pkg_delete while I'm here. Gee, wouldn't it be nice if bsd.port.mk had support for MLINKs? ;-)
29 lines
673 B
Plaintext
29 lines
673 B
Plaintext
bin/elm
|
|
bin/answer
|
|
bin/checkalias
|
|
bin/elmalias
|
|
bin/fastmail
|
|
bin/frm
|
|
@exec ln -f %D/%F %D/bin/nfrm
|
|
bin/listalias
|
|
bin/messages
|
|
bin/newalias
|
|
bin/newmail
|
|
@exec ln -f %D/%F %D/bin/wnewmail
|
|
bin/printmail
|
|
bin/readmsg
|
|
lib/prlong
|
|
lib/elm.mimetypes
|
|
lib/elmrc-info
|
|
lib/elm-help.0
|
|
lib/elm-help.1
|
|
lib/elm-help.2
|
|
lib/elm-help.3
|
|
share/nls/C/elm2.4.cat
|
|
@exec ln -f %D/man/man1/frm.1.gz %D/man/man1/nfrm.1.gz
|
|
@exec ln -f %D/man/man1/newmail.1.gz %D/man/man1/wnewmail.1.gz
|
|
@unexec rm %D/man/man1/wnewmail.1.gz 2> /dev/null || true
|
|
@unexec rm %D/man/man1/wnewmail.1 2> /dev/null || true
|
|
@unexec rm %D/man/man1/nfrm.1.gz 2> /dev/null || true
|
|
@unexec rm %D/man/man1/nfrm.1 2> /dev/null || true
|