diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-09 16:54:40 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-09 16:54:40 +0000 |
commit | 8633e226b4d2231bc174cfcc2af08737c502448f (patch) | |
tree | 1089e2569dee56aea406e0bc9372993e1fd09266 /ftp | |
parent | Remove master sites which are offline, have a very different version (diff) |
Sunsite has a slightly older distfile, lacking the "mode" feature.
Notes
Notes:
svn path=/head/; revision=103439
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftplib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/ftplib/Makefile b/ftp/ftplib/Makefile index f8ade2097fb0..5458b5180cc0 100644 --- a/ftp/ftplib/Makefile +++ b/ftp/ftplib/Makefile @@ -9,8 +9,7 @@ PORTNAME= ftplib PORTVERSION= 3.1.1 CATEGORIES= ftp -MASTER_SITES= http://www.nbpfaus.net/~pfau/ftplib/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= http://www.nbpfaus.net/~pfau/ftplib/ MASTER_SITE_SUBDIR= libs DISTNAME= ${PORTNAME}-${PORTVERSION:R}-src PATCH_SITES= http://www.nbpfaus.net/~pfau/ftplib/ |