diff options
author | reed <reed> | 2004-10-16 22:27:40 +0000 |
---|---|---|
committer | reed <reed> | 2004-10-16 22:27:40 +0000 |
commit | 388a1bdbb6d525d3f5e6779a3623911c6655a0be (patch) | |
tree | 51f72cda884b1f7cc223536ec7045f8fb3658544 /graphics/tiff | |
parent | ea87020cf1a3276b15b8d454ca82cacea691a7f8 (diff) | |
download | pkgsrc-388a1bdbb6d525d3f5e6779a3623911c6655a0be.tar.gz |
Remove second master site because it doesn't return the tarball.
Add /old/ to end of master site URL.
This was reported by Georg Schwarz on tech-pkg
and also by Ian Harding via PR #27278.
Note that this is insecure version of tiff!
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 8c1e99cef10..b283a2296d0 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.54 2004/10/03 00:14:58 tv Exp $ +# $NetBSD: Makefile,v 1.55 2004/10/16 22:27:40 reed Exp $ DISTNAME= tiff-v3.6.1 PKGNAME= tiff-3.6.1 PKGREVISION= 3 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ - http://libtiff.maptools.org/dl/ +MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/old/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # need DISTFILES above for adding lzw-files to it if USE_GIF is defined # in mk.conf |