freebsd-ports/x11-fonts/urwfonts-ttf/pkg-message
Volker Stolz da9057ab76 - Use more correct path for fonts, to be exact, use X prefix and
install fonts to ${PREFIX}/lib/X11/fonts/urwfonts-ttf.
- Add pkg-message with some description how to get X server to know
about installed fonts.

PR:		ports/70375
Submitted by:	Roman Bogorodskiy
2004-08-13 13:13:31 +00:00

10 lines
389 B
Text

============================================================
You'll have to add /usr/X11R6/lib/X11/fonts/urwfonts-ttf
to your X font path by either:
$ xset fp+ /usr/X11R6/lib/X11/fonts/urwfonts-ttf
$ xset fp rehash
or by adding it to your X-server configuration file (usually
/etc/X11/XF86Config) and restarting the X-server.
============================================================