summaryrefslogtreecommitdiff
path: root/fonts/ghostscript-fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ghostscript-fonts/Makefile')
-rw-r--r--fonts/ghostscript-fonts/Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/fonts/ghostscript-fonts/Makefile b/fonts/ghostscript-fonts/Makefile
index bdc14bec362..77d6355e5d9 100644
--- a/fonts/ghostscript-fonts/Makefile
+++ b/fonts/ghostscript-fonts/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.18 2008/03/10 12:34:10 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2010/06/02 19:09:25 drochner Exp $
DISTNAME= ghostscript-fonts-8.11
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= fonts
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/
-DISTFILES= ${GS_FONTS_STD} ${GS_FONTS_OTHER}
+DISTFILES= ${GS_FONTS_OTHER}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gs-fonts.sourceforge.net/
@@ -13,14 +13,6 @@ COMMENT= Postscript fonts for Aladdin Ghostscript
PKG_DESTDIR_SUPPORT= user-destdir
-# Note: the following two are special files. In the 5.50 directory
-# on the FTP site, there are symlinks:
-# ghostscript-fonts-other-5.50.tar.gz ->
-# ../fonts/ghostscript-fonts-other-4.40.tar.gz
-# To avoid unnecessarily downloading distfiles, do not change these
-# when upgrading the port unless the symlinks/files really change.
-#
-GS_FONTS_STD= ghostscript-fonts-std-8.11.tar.gz
GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz
CONFLICTS= ghostscript-[0-5]* ghostscript-x11-[0-5]*
@@ -37,15 +29,12 @@ INSTALLATION_DIRS= share/ghostscript/fonts
REQD_DIRS+= share/ghostscript
do-install:
- for ext in afm gsf pfa pfb pfm; \
+ for ext in afm gsf pfa pfm; \
do \
for f in ${WRKSRC}/*.$${ext}; \
do \
${INSTALL_DATA} $${f} ${DESTDIR}${FONTS_DIR}; \
done; \
done
- ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${DESTDIR}${FONTS_DIR}
- ${INSTALL_DATA} ${WRKSRC}/fonts.scale ${DESTDIR}${FONTS_DIR}
- ${INSTALL_DATA} ${FILESDIR}/fonts.alias ${DESTDIR}${FONTS_DIR}
.include "../../mk/bsd.pkg.mk"