summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-04-03 20:49:37 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-04-03 20:49:37 +0000
commit4469f5815765543d2bb750ec99dbfd8d2f0776d9 (patch)
tree7890ad5308cbe49dcac0aa886dfab8b05eecc07d /print
parentUpdate to 1.0.11 (diff)
o Fix breakage introduced in last rev:
- Comma operator does not work for {DIST,PATCH}FILES just yet, re-arrange groups to achieve similar effect Prompted by: John Hay <jhay@icomtek.csir.co.za>
Notes
Notes: svn path=/head/; revision=57275
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gnu/Makefile10
-rw-r--r--print/ghostscript7/Makefile10
2 files changed, 10 insertions, 10 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index b5db00eddd66..15ad34c2d61f 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -17,22 +17,22 @@ MASTER_SITES= ${MASTER_SITE_GNU:S/$/:fonts/} \
http://www.harsch.net/Download/:gdevdj \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs652/ \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts/:fonts \
- ftp://gatekeeper.dec.com/pub/GNU/ghostscript/:gatekeeper
+ ftp://gatekeeper.dec.com/pub/GNU/ghostscript/:gatekeeper,DEFAULT,fonts,gimp_print,hpijs
# gatekeeper is an exception, it is the only GNU site which carries
# some of the other files, so add it although it is listed inside
# MASTER_SITE_GNU
MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print/:gimp_print hpinkjet/:hpijs
PKGNAMESUFFIX= -gnu
-DISTFILES= ${GS_SOURCES}:DEFAULT,gatekeeper \
+DISTFILES= ${GS_SOURCES}:DEFAULT \
${GS_FONTS_STD}:fonts \
- ${GS_FONTS_OTHER}:fonts,gatekeeper \
+ ${GS_FONTS_OTHER}:fonts \
${DECRYPT_PDF}:pdf \
${HP8XX_DRV}:gdevcd \
${HPDJ_SRC}:hpdj_pcl3 \
${PCL3_SRC}:hpdj_pcl3 \
${HP970_DRV}:gdevdj \
- ${GPRINT_SRC}:gatekeeper,gimp_print \
- ${HPIJS_SRC}:gatekeeper,hpijs
+ ${GPRINT_SRC}:gimp_print \
+ ${HPIJS_SRC}:hpijs
DIST_SUBDIR= ghostscript
EXTRACT_ONLY= ${GS_SOURCES}
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index b5db00eddd66..15ad34c2d61f 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -17,22 +17,22 @@ MASTER_SITES= ${MASTER_SITE_GNU:S/$/:fonts/} \
http://www.harsch.net/Download/:gdevdj \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs652/ \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts/:fonts \
- ftp://gatekeeper.dec.com/pub/GNU/ghostscript/:gatekeeper
+ ftp://gatekeeper.dec.com/pub/GNU/ghostscript/:gatekeeper,DEFAULT,fonts,gimp_print,hpijs
# gatekeeper is an exception, it is the only GNU site which carries
# some of the other files, so add it although it is listed inside
# MASTER_SITE_GNU
MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print/:gimp_print hpinkjet/:hpijs
PKGNAMESUFFIX= -gnu
-DISTFILES= ${GS_SOURCES}:DEFAULT,gatekeeper \
+DISTFILES= ${GS_SOURCES}:DEFAULT \
${GS_FONTS_STD}:fonts \
- ${GS_FONTS_OTHER}:fonts,gatekeeper \
+ ${GS_FONTS_OTHER}:fonts \
${DECRYPT_PDF}:pdf \
${HP8XX_DRV}:gdevcd \
${HPDJ_SRC}:hpdj_pcl3 \
${PCL3_SRC}:hpdj_pcl3 \
${HP970_DRV}:gdevdj \
- ${GPRINT_SRC}:gatekeeper,gimp_print \
- ${HPIJS_SRC}:gatekeeper,hpijs
+ ${GPRINT_SRC}:gimp_print \
+ ${HPIJS_SRC}:hpijs
DIST_SUBDIR= ghostscript
EXTRACT_ONLY= ${GS_SOURCES}