1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-servers/Xfstt/pkg-plist
Ade Lovett 0de2b40220 A whole bunch of updates from the new maintainer:
* 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
2000-11-18 23:45:17 +00:00

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