Naddy had this on his TODO list, but neither he nor I can remember
who had problems with the symlink from
${LOCALBASE}/lib/X11/fonts/ghostscript to ../../../share/ghostscript/fonts
and why.

Anyway, we wouldn't miss the symlink, either.

ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu-fonts/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    31 Mar 2008 12:49:58 -0000      1.9
+++ Makefile    11 Oct 2009 18:13:06 -0000
@@ -3,7 +3,7 @@
 COMMENT=               35 standard PostScript fonts with Adobe name aliases
 
 DISTNAME=              ghostscript-fonts-std-8.11
-PKGNAME=               ${DISTNAME:S,-std-,-,}p0
+PKGNAME=               ${DISTNAME:S,-std-,-,}p1
 CATEGORIES=            x11 print
 
 HOMEPAGE=              http://www.cs.wisc.edu/~ghost/doc/cvs/Fonts.htm
@@ -21,13 +21,10 @@ NO_BUILD=   Yes
 NO_REGRESS=    Yes
 PKG_ARCH=      *
 FONTDIR=       ${PREFIX}/share/ghostscript/fonts
-X11FONTDIR=    ${PREFIX}/lib/X11/fonts
 
 do-install:
        ${INSTALL_DATA_DIR} ${FONTDIR}
        ${INSTALL_DATA} ${WRKDIST}/fonts/*.{afm,pfm,pfb} ${FONTDIR}
        ${INSTALL_DATA} ${FILESDIR}/fonts.alias ${FONTDIR}/fonts.alias-gs
-       ${INSTALL_DATA_DIR} ${X11FONTDIR}
-       cd ${X11FONTDIR} && ln -s ../../../share/ghostscript/fonts ghostscript
 
 .include <bsd.port.mk>
Index: pkg/MESSAGE
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu-fonts/pkg/MESSAGE,v
retrieving revision 1.5
diff -u -p -r1.5 MESSAGE
--- pkg/MESSAGE 15 Feb 2006 05:14:30 -0000      1.5
+++ pkg/MESSAGE 11 Oct 2009 18:13:06 -0000
@@ -8,6 +8,6 @@ scaled. Below is the relevant section fr
    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}/lib/X11/fonts/ghostscript/"
+   FontPath   "${PREFIX}/share/ghostscript/fonts/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu-fonts/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   3 Aug 2007 15:15:20 -0000       1.4
+++ pkg/PLIST   11 Oct 2009 18:13:06 -0000
@@ -1,6 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.4 2007/08/03 15:15:20 kili Exp $
-lib/X11/fonts/
-lib/X11/fonts/ghostscript
 share/ghostscript/
 @fontdir share/ghostscript/fonts/
 share/ghostscript/fonts/a010013l.afm

Reply via email to