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

11 lines
419 B
Text

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