diff options
author | dougb <dougb@FreeBSD.org> | 2007-02-07 14:31:57 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-02-07 14:31:57 +0800 |
commit | e83a5b21c618aef433421f6fd80e362b7a42a430 (patch) | |
tree | 3375488764c99661bd20f7c03e96c174980a2055 /graphics | |
parent | 7b9bc5f480654066ed00238a821e82b612db4361 (diff) | |
download | freebsd-ports-gnome-e83a5b21c618aef433421f6fd80e362b7a42a430.tar.gz freebsd-ports-gnome-e83a5b21c618aef433421f6fd80e362b7a42a430.tar.zst freebsd-ports-gnome-e83a5b21c618aef433421f6fd80e362b7a42a430.zip |
Remove ftp://swrinde.nde.swri.edu from master sites.
Requested by: Todd Goyen <tgoyen@swri.org>
Confirmed by: Fenner's distfile survey
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcheck/Makefile | 3 | ||||
-rw-r--r-- | graphics/pngquant/Makefile | 3 | ||||
-rw-r--r-- | graphics/tiff2png/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile index 1e9c91890a01..db6513ed9d44 100644 --- a/graphics/pngcheck/Makefile +++ b/graphics/pngcheck/Makefile @@ -8,8 +8,7 @@ PORTNAME= pngcheck PORTVERSION= 2.2.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://swrinde.nde.swri.edu/pub/png/applications/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= png-mng MAINTAINER= ports@FreeBSD.org diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index 817798056018..51f0388eab1d 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -9,8 +9,7 @@ PORTNAME= pngquant PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://swrinde.nde.swri.edu/pub/png/applications/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= png-mng DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz diff --git a/graphics/tiff2png/Makefile b/graphics/tiff2png/Makefile index 8178838e8ac9..077ed3fa1f1a 100644 --- a/graphics/tiff2png/Makefile +++ b/graphics/tiff2png/Makefile @@ -9,8 +9,7 @@ PORTNAME= tiff2png PORTVERSION= 0.91 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://swrinde.nde.swri.edu/pub/png/applications/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= png-mng MAINTAINER= ports@FreeBSD.org |