diff options
author | ache <ache@FreeBSD.org> | 2004-08-04 06:57:48 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-08-04 06:57:48 +0800 |
commit | 0d382be1f6b1c1998feeac1cdd6080589a7610ae (patch) | |
tree | 83347958067b00683b56e02e4d9d88f114941eec /graphics/png/Makefile | |
parent | 7e3aed7903df3c9243b8b8ac224894e18ec11f68 (diff) | |
download | freebsd-ports-gnome-0d382be1f6b1c1998feeac1cdd6080589a7610ae.tar.gz freebsd-ports-gnome-0d382be1f6b1c1998feeac1cdd6080589a7610ae.tar.zst freebsd-ports-gnome-0d382be1f6b1c1998feeac1cdd6080589a7610ae.zip |
Fix MASTER_SITES
Submitted by: Pav Lucistnik <pav@FreeBSD.org>
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 3b581df3602f..ab334fe869f9 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -9,8 +9,7 @@ PORTNAME= png PORTVERSION= 1.2.5 PORTREVISION= 7 CATEGORIES= graphics -MASTER_SITES= http://www.libpng.org/pub/png/src/ \ - ftp://swrinde.nde.swri.edu/pub/png/src/ \ +MASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/src/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} DISTNAME= lib${PORTNAME}-${PORTVERSION} |