diff options
author | fredb <fredb> | 2002-01-11 17:00:27 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-01-11 17:00:27 +0000 |
commit | fe34bb519b76df853971eb3f3c9ff9767ef166fe (patch) | |
tree | 0a402a62e9877d58f1feb510f8b4a5c303613a7f /print | |
parent | 640b74509741e714889318d736e380cb9c0cff16 (diff) | |
download | pkgsrc-fe34bb519b76df853971eb3f3c9ff9767ef166fe.tar.gz |
Fix a mistake in specification of download site for ${JPEG_SRCS}, pointed
out by Ingolf Steinbach <ingolf@steinba.ch> in private mail.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index 6dc134df772..20f747d5fe6 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2002/01/06 22:12:56 fredb Exp $ +# $NetBSD: Makefile.common,v 1.28 2002/01/11 17:00:27 fredb Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -25,7 +25,7 @@ EXTRACT_ONLY= ${GS_SRCS} # JPEG_SRCS= jpegsrc.v6b.tar.gz JPEG_WRKSRC= ${WRKDIR}/jpeg-6b -${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/ +SITES_${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/ DISTFILES+= ${JPEG_SRCS} EXTRACT_ONLY+= ${JPEG_SRCS} |