mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0de2b40220
* install startup file * create TrueType directory * add new --notcp option (from ports/21957) and document it See PR for complete details PR: 22946 Submitted by: maintainer
12 lines
419 B
Plaintext
12 lines
419 B
Plaintext
etc/rc.d/xfstt.sh
|
|
bin/xfstt
|
|
%%NOPORTDOCS%%share/doc/xfstt/FAQ
|
|
%%NOPORTDOCS%%share/doc/xfstt/CHANGES
|
|
%%NOPORTDOCS%%share/doc/xfstt/INSTALL
|
|
%%NOPORTDOCS%%share/doc/xfstt/THANKS.txt
|
|
%%NOPORTDOCS%%@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
|