Remove MESSAGE after discussions with ajacoutot@ and kili@. Okay kili@.

This commit is contained in:
pirofti 2010-04-02 12:02:45 +00:00
parent 42a5d6cf0f
commit eed5d3cd05
2 changed files with 2 additions and 15 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2009/10/21 14:19:01 kili Exp $
# $OpenBSD: Makefile,v 1.11 2010/04/02 12:02:45 pirofti Exp $
COMMENT= 35 standard PostScript fonts with Adobe name aliases
DISTNAME= ghostscript-fonts-std-8.11
PKGNAME= ${DISTNAME:S,-std-,-,}p1
PKGNAME= ${DISTNAME:S,-std-,-,}p2
CATEGORIES= x11 print
HOMEPAGE= http://www.cs.wisc.edu/~ghost/doc/cvs/Fonts.htm

View File

@ -1,13 +0,0 @@
To install these fonts for X11, just make sure that the fontpath
lists the 75dpi or 100dpi bitmap fonts before the ghostscript fonts,
and make sure you have the string ":unscaled" appended to the bitmap
font's fontpath. This way, the bitmap fonts will be used if they
match, and the Type 1 versions will be used if the font needs to be
scaled. Below is the relevant section from a typical xorg.conf file.
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "${PREFIX}/share/ghostscript/fonts/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"