diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-04 08:27:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-04 08:27:37 +0000 |
commit | a0e4e1cda302dafc6dfe7edc58f2c5e3edfd3f56 (patch) | |
tree | 4dc1e808d43dd4c5ca3711b55147ab971152d4ec /print/ghostscript-nox11 | |
parent | f6ad32bcd064e623cebda2dda93cbdcc0eaf6ae0 (diff) | |
download | pkgsrc-a0e4e1cda302dafc6dfe7edc58f2c5e3edfd3f56.tar.gz |
Add a mirror for the jpg distfile.
Diffstat (limited to 'print/ghostscript-nox11')
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index fc409e42805..f1be422208b 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.47 2003/07/17 22:52:27 grant Exp $ +# $NetBSD: Makefile.common,v 1.48 2003/09/04 08:27:37 wiz Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -32,7 +32,8 @@ EXTRACT_ONLY= ${GS_SRCS} # JPEG_SRCS= jpegsrc.v6b.tar.gz JPEG_WRKSRC= ${WRKDIR}/jpeg-6b -SITES_${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/ +SITES_${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/ \ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/3rdparty/ DISTFILES+= ${JPEG_SRCS} EXTRACT_ONLY+= ${JPEG_SRCS} |