diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-05 02:10:03 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-05 02:10:03 +0000 |
commit | 20a54826971e9e8aa4bfabcb89c73a1cc30bbe29 (patch) | |
tree | 4cc37a6a85d5b923edfa3aed8890e56fb0a078e4 /print/ghostscript-gpl | |
parent | hopefully fix 5.x breakage by not using 'stderr' to initialize a global. (diff) |
(1) I forgot to update distinfo for gdevdj9.c.gz mentioned in original PR.
(2) $MASTER_SITES optimization may not work if $DISTFILES has comma
separated keywords after ":" separator.
PR: ports/36762 (2)
Reported by: tkato (1), Lev A. Serebryakov <lev@serebryakov.spb.ru> (2)
Pointy hat to: kuriyama
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript-gpl/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 40f64a124755..eb61b5699d53 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -26,9 +26,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} \ hpinkjet/:hpijs \ ghostscript/:ports_jp PKGNAMESUFFIX= -afpl -DISTFILES= ${GS_SRCS}:DEFAULT,gatekeeper \ - ${GS_FONTS_STD}:DEFAULT,fonts \ - ${GS_FONTS_OTHER}:DEFAULT,fonts,gatekeeper \ +DISTFILES= ${GS_SRCS}:DEFAULT \ + ${GS_FONTS_STD}:DEFAULT \ + ${GS_FONTS_OTHER}:DEFAULT \ ${HP8XX_SRCS}:hp8xx \ ${HPDJ_SRCS}:hpdj_pcl3 \ ${PCL3_SRCS}:hpdj_pcl3 \ diff --git a/print/ghostscript-gpl/distinfo b/print/ghostscript-gpl/distinfo index c7ec65ad8a3f..b54c73af4eb9 100644 --- a/print/ghostscript-gpl/distinfo +++ b/print/ghostscript-gpl/distinfo @@ -4,7 +4,7 @@ MD5 (ghostscript/ghostscript-fonts-other-6.0.tar.gz) = 1a643ae62ef166562e4d422b1 MD5 (ghostscript/gdevcd8.tar.gz) = 5ce48bff6082a023199c8ede4aae63a0 MD5 (ghostscript/hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be MD5 (ghostscript/pcl3-3.3.tar.gz) = 34e664c2a98b847598f8441f8cac7ab6 -MD5 (ghostscript/gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375 +MD5 (ghostscript/gdevdj9.c.gz) = 3a9c20c34b79ffab434abfbcc31d1c27 MD5 (ghostscript/gimp-print-4.2.0.tar.gz) = 4350e2ac1f27eccad0d7ce2aab90cdf6 MD5 (ghostscript/hpijs-1.0.4.tar.gz) = e2b8d2a671fdbcd27f20092691d40bba MD5 (ghostscript/gdevmd2k-0.2a.tar.gz) = 5ed2b4218b8f77cb411f3d2e4509ed24 |