diff options
author | ache <ache@FreeBSD.org> | 2001-08-09 02:23:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-09 02:23:36 +0800 |
commit | f8c2ab2068d70caa15878932161ea4ac945f88de (patch) | |
tree | ee39843b733bfb094c38e9f065a91d5230960f28 /graphics/png | |
parent | 8fc8d79403e4a26b283fd2f0387187c2057281e4 (diff) | |
download | freebsd-ports-gnome-f8c2ab2068d70caa15878932161ea4ac945f88de.tar.gz freebsd-ports-gnome-f8c2ab2068d70caa15878932161ea4ac945f88de.tar.zst freebsd-ports-gnome-f8c2ab2068d70caa15878932161ea4ac945f88de.zip |
Fix master sites
Diffstat (limited to 'graphics/png')
-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 25ad95b9eb2a..4d0a495eb57f 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} |