diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-03 20:49:37 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-03 20:49:37 +0000 |
commit | 4469f5815765543d2bb750ec99dbfd8d2f0776d9 (patch) | |
tree | 7890ad5308cbe49dcac0aa886dfab8b05eecc07d /print/ghostscript7 | |
parent | 9412f3b785ff1f4aa0046ef4e075a98864568812 (diff) | |
download | ports-4469f5815765543d2bb750ec99dbfd8d2f0776d9.tar.gz ports-4469f5815765543d2bb750ec99dbfd8d2f0776d9.zip |
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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} |