diff options
author | lioux <lioux@FreeBSD.org> | 2002-04-03 20:49:37 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-04-03 20:49:37 +0000 |
commit | f1e87bb50d629b91c536d071ff40e9fddbc0d3df (patch) | |
tree | 4a75db9d2710c57a76ce8d84feada1fadb6ed620 /print/ghostscript-gnu | |
parent | 3a273262fffa8620eaee4b29f3c0cfb261f881b6 (diff) | |
download | FreeBSD-ports-f1e87bb50d629b91c536d071ff40e9fddbc0d3df.zip FreeBSD-ports-f1e87bb50d629b91c536d071ff40e9fddbc0d3df.tar.gz |
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>
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index b5db00e..15ad34c 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} |