diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-08 18:23:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-08 18:23:36 +0000 |
commit | 192887c8fe15626ce067186fececbcffb6bae051 (patch) | |
tree | cc59582e8a09e75cf65dc0e115f24f401a92dd24 /graphics/png | |
parent | d79868927d24c8557666cbb8cc2d4781981ef98d (diff) |
Notes
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} |