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 | 07f57e5dc8f9688f9713f444c8fbcb2b4fea4b37 (patch) | |
tree | 5908c94c09794682d9dd19c3de1e6bee9748f829 /graphics/tiff | |
parent | 9fa1ea118978ae7f8111b82b7df34f204788cfb3 (diff) | |
download | pkgsrc-07f57e5dc8f9688f9713f444c8fbcb2b4fea4b37.tar.gz |
Add mirror on "ftp.fu-berlin.de" to master site list.
Diffstat (limited to 'graphics/tiff')
-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 |