diff options
author | tron <tron@pkgsrc.org> | 2004-10-18 10:30:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-10-18 10:30:33 +0000 |
commit | 5116fcf5e1efb5a261c20592c8bb059956d02e7d (patch) | |
tree | 5908c94c09794682d9dd19c3de1e6bee9748f829 /graphics/tiff/Makefile | |
parent | 60f386841e0a897128800942171d9de8d6f54a48 (diff) | |
download | pkgsrc-5116fcf5e1efb5a261c20592c8bb059956d02e7d.tar.gz |
Add mirror on "ftp.fu-berlin.de" to master site list.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index d92c1161aa9..4cb21b38dd1 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.56 2004/10/18 10:05:11 tron Exp $ +# $NetBSD: Makefile,v 1.57 2004/10/18 10:30:33 tron Exp $ DISTNAME= tiff-v3.6.1 PKGNAME= ${DISTNAME:S/-v/-/} PKGREVISION= 3 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/old/ +MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/old/ \ + ftp://ftp.fu-berlin.de/unix/graphics/tiff/old/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # need DISTFILES above for adding lzw-files to it if USE_GIF is defined # in mk.conf |