mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7fefa22f87
- @unexec rm must not cause failure - Single space for WWW - Pet portlint
13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
bin/padload
|
|
bin/crosspad2ps
|
|
@exec cd %D/bin; ln -s crosspad2ps crosspad2eps
|
|
@exec cd %D/bin; ln -s crosspad2ps crosspad2tgif
|
|
@exec cd %D/bin; ln -s crosspad2ps crosspad2idraw
|
|
@unexec rm %D/bin/crosspad2eps 2>&1 >/dev/null || true
|
|
@unexec rm %D/bin/crosspad2tgif 2>&1 >/dev/null || true
|
|
@unexec rm %D/bin/crosspad2idraw 2>&1 >/dev/null || true
|
|
%%PORTDOCS%%share/doc/crosspad/PROTOCOL
|
|
%%PORTDOCS%%share/doc/crosspad/README.english
|
|
%%PORTDOCS%%share/doc/crosspad/README.japanese
|
|
%%PORTDOCS%%@dirrm share/doc/crosspad
|