diff options
author | tdb <tdb@FreeBSD.org> | 2014-05-13 22:22:57 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2014-05-13 22:22:57 +0800 |
commit | 5d5bc676a36a28da6f373076f8e9d974a3c0b69b (patch) | |
tree | 3c895060d45c976e1ae29261af42b84e8801d426 /security/f-prot | |
parent | 124911fcecb224b8bc1b83aeb584b123d3193533 (diff) | |
download | freebsd-ports-gnome-5d5bc676a36a28da6f373076f8e9d974a3c0b69b.tar.gz freebsd-ports-gnome-5d5bc676a36a28da6f373076f8e9d974a3c0b69b.tar.zst freebsd-ports-gnome-5d5bc676a36a28da6f373076f8e9d974a3c0b69b.zip |
Remove ftp://ftp.i-scream.org/ master site. The http equivalent still
exists. Also remove DIST_SUBDIR where there's no need to have it.
Diffstat (limited to 'security/f-prot')
-rw-r--r-- | security/f-prot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index 4e0162b116d5..a7dbfb447296 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -5,8 +5,7 @@ PORTNAME= f-prot PORTVERSION= 6.5.1.5927 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ \ - http://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ +MASTER_SITES= http://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ DISTNAME= fp-FreeBSD-x86_32-ws-${PORTVERSION} MAINTAINER= tdb@FreeBSD.org |