diff options
author | ache <ache@FreeBSD.org> | 2004-08-10 14:48:40 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-08-10 14:48:40 +0800 |
commit | e0b1ec63cd9af2acaab079e58f65bde7486cb310 (patch) | |
tree | bedb6f2e2f396ce878385e473a1a46c48e84cc2c /graphics/png | |
parent | 194ae45bbca0704125a5134016655e5866c69714 (diff) | |
download | freebsd-ports-gnome-e0b1ec63cd9af2acaab079e58f65bde7486cb310.tar.gz freebsd-ports-gnome-e0b1ec63cd9af2acaab079e58f65bde7486cb310.tar.zst freebsd-ports-gnome-e0b1ec63cd9af2acaab079e58f65bde7486cb310.zip |
Remove swrinde.nde.swri.edu from MASTER_SITES
It is reported it have problems not honoring BINARY mode when fetching
.txt files over proxy.
PR: 70232
Diffstat (limited to 'graphics/png')
-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 2bc003fd31ec..9de7373478d5 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -9,8 +9,7 @@ PORTNAME= png PORTVERSION= 1.2.5 PORTREVISION= 8 CATEGORIES= graphics -MASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/src/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} DISTNAME= lib${PORTNAME}-${PORTVERSION} PATCH_SITES= ${MASTER_SITES} |