diff options
author | trevor <trevor@FreeBSD.org> | 2002-03-09 08:27:21 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-03-09 08:27:21 +0800 |
commit | 82c0c72bfcb77a88e26318a64b6da4e95cf03a2a (patch) | |
tree | 45b03ab0547c3b742a29814b46a7e22534586685 /print/ghostscript7 | |
parent | 6e4eaab24e3c978f5de6a79a7892fcebb1b5fb2c (diff) | |
download | freebsd-ports-gnome-82c0c72bfcb77a88e26318a64b6da4e95cf03a2a.tar.gz freebsd-ports-gnome-82c0c72bfcb77a88e26318a64b6da4e95cf03a2a.tar.zst freebsd-ports-gnome-82c0c72bfcb77a88e26318a64b6da4e95cf03a2a.zip |
Sort some of the master sites.
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index ed1c4694301b..513c4eb015b9 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -11,17 +11,24 @@ PORTREVISION= 5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_SOURCEFORGE} \ - http://members.ozemail.com.au/~geoffk/pdfencrypt/ \ - http://www.gelhaus.net/hp880c/1.4beta/ \ - http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ \ - http://www.harsch.net/Download/ \ + http://members.ozemail.com.au/~geoffk/pdfencrypt/:pdf \ + http://www.gelhaus.net/hp880c/1.4beta/:gdevcd \ + http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/:hpdj_pcl3 \ + 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/ MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print hpinkjet PKGNAMESUFFIX= -gnu -DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ - ${HP970_DRV} ${GPRINT_SRC} ${HPIJS_SRC} +DISTFILES= ${GS_SOURCES} \ + ${GS_FONTS_STD} \ + ${GS_FONTS_OTHER} \ + ${DECRYPT_PDF}:pdf \ + ${HP8XX_DRV}:gdevcd \ + ${HPDJ_SRC}:hpdj_pcl3 \ + ${PCL3_SRC}:hpdj_pcl3 \ + ${HP970_DRV}:gdevdj \ + ${GPRINT_SRC} \ + ${HPIJS_SRC} DIST_SUBDIR= ghostscript EXTRACT_ONLY= ${GS_SOURCES} |