diff options
author | ache <ache@FreeBSD.org> | 2001-08-08 18:23:36 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-08 18:23:36 +0000 |
commit | f8c2ab2068d70caa15878932161ea4ac945f88de (patch) | |
tree | ee39843b733bfb094c38e9f065a91d5230960f28 /graphics | |
parent | 8fc8d79403e4a26b283fd2f0387187c2057281e4 (diff) | |
download | FreeBSD-ports-f8c2ab2068d70caa15878932161ea4ac945f88de.zip FreeBSD-ports-f8c2ab2068d70caa15878932161ea4ac945f88de.tar.gz |
Fix master sites
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 25ad95b..4d0a495 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -8,7 +8,8 @@ PORTNAME= png PORTVERSION= 1.0.12 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \ +MASTER_SITES= http://www.libpng.org/pub/png/src/ \ + ftp://swrinde.nde.swri.edu/pub/png/src/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} DISTFILES= lib${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} |