diff options
author | Thomas Quinot <thomas@FreeBSD.org> | 2013-03-21 14:51:04 +0000 |
---|---|---|
committer | Thomas Quinot <thomas@FreeBSD.org> | 2013-03-21 14:51:04 +0000 |
commit | 781f02b04757f354cdb150ed97d9b88259a01fc3 (patch) | |
tree | 9a9174ac3f2784c7381b19cc3423f657b5c35e41 | |
parent | 644aa2a709df1ebd5f141f8e4b28bb1efac1b304 (diff) | |
download | ports-781f02b04757f354cdb150ed97d9b88259a01fc3.tar.gz ports-781f02b04757f354cdb150ed97d9b88259a01fc3.zip |
Notes
-rw-r--r-- | net/proxy-suite/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index 68bad075dc7a..b14a93d9190d 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -9,11 +9,9 @@ PORTNAME= proxy-suite PORTVERSION= 1.9.2.4 PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ - ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ +MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ -MAINTAINER= thomas@cuivre.fr.eu.org +MAINTAINER= thomas@FreeBSD.org COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security USE_AUTOTOOLS= autoconf |