diff options
author | tron <tron@pkgsrc.org> | 2003-09-05 18:53:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-05 18:53:30 +0000 |
commit | d4b468a60089289a53bd253e24fdb8a0d0803ffb (patch) | |
tree | 7b6019a0698f0d5a54c1a4516aa740548c05cbf3 /graphics | |
parent | e8f9f2bcfd14494ad8bd22ead1ce48ad4504d8a6 (diff) | |
download | pkgsrc-d4b468a60089289a53bd253e24fdb8a0d0803ffb.tar.gz |
Use "ftp.fu-berlin.de" as primary master site because "ftp.uu.net" seems
to cause problems for some people, see PR pkg/22679 and PR pkg/22696.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index b7d2d4aa81e..a2bb0233bf9 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.23 2003/07/17 21:41:24 grant Exp $ +# $NetBSD: Makefile,v 1.24 2003/09/05 18:53:30 tron Exp $ # DISTNAME= jpegsrc.v6b PKGNAME= jpeg-6b WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= graphics -MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ +MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/jpeg/ \ + ftp://ftp.uu.net/graphics/jpeg/ MAINTAINER= mycroft@NetBSD.org HOMEPAGE= http://www.ijg.org/ |