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 | af2b4001a377e45668b0f33267acd09d904dc042 (patch) | |
tree | 4dc1e808d43dd4c5ca3711b55147ab971152d4ec | |
parent | fc63cc237854635283dc528c50739d17ca9b3357 (diff) | |
download | pkgsrc-af2b4001a377e45668b0f33267acd09d904dc042.tar.gz |
Add a mirror for the jpg distfile.
-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} |