Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
15 lines
424 B
Text
15 lines
424 B
Text
======================================================================
|
|
$NetBSD: MESSAGE,v 1.4 2001/01/29 11:34:27 wiz Exp $
|
|
|
|
To use the fonts you have just installed, add
|
|
the line:
|
|
|
|
FontPath ${PREFIX}/lib/X11/fonts/jmk
|
|
|
|
to your X window configuration file, or run the
|
|
following command:
|
|
|
|
xset +fp ${PREFIX}/lib/X11/fonts/jmk
|
|
xset fp rehash
|
|
|
|
======================================================================
|