5ccbc2a8ac
bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
12 lines
409 B
Plaintext
12 lines
409 B
Plaintext
etc/rc.d/xfstt.sh
|
|
bin/xfstt
|
|
%%PORTDOCS%%share/doc/xfstt/FAQ
|
|
%%PORTDOCS%%share/doc/xfstt/CHANGES
|
|
%%PORTDOCS%%share/doc/xfstt/INSTALL
|
|
%%PORTDOCS%%share/doc/xfstt/THANKS.txt
|
|
%%PORTDOCS%%@dirrm share/doc/xfstt
|
|
@exec mkdir -p %D/lib/X11/fonts/TrueType
|
|
@unexec rm -f %D/lib/X11/fonts/TrueType/ttname.dir
|
|
@unexec rm -f %D/lib/X11/fonts/TrueType/ttinfo.dir
|
|
@unexec rmdir %D/lib/X11/fonts/TrueType 2>/dev/null || true
|