diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 22:23:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 22:23:40 +0800 |
commit | 278c38ac7e7d2e71ce801fc0f61d5e119338e863 (patch) | |
tree | a6fce665d075f51ee8a1ef88c07e0b7883f8a9ab /www | |
parent | 9f616fb2c505a807fa426d01113f8ce5143092af (diff) | |
download | freebsd-ports-gnome-278c38ac7e7d2e71ce801fc0f61d5e119338e863.tar.gz freebsd-ports-gnome-278c38ac7e7d2e71ce801fc0f61d5e119338e863.tar.zst freebsd-ports-gnome-278c38ac7e7d2e71ce801fc0f61d5e119338e863.zip |
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 161642
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/ffproxy/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index c3a5c926978d..c2658daa0318 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -8,16 +8,18 @@ PORTNAME= ffproxy PORTVERSION= 1.6 CATEGORIES= www -MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/ +MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/ \ + http://www.sourcefiles.org/System/Daemons/Proxy/ \ + http://www.nevm.de/${PORTNAME}/ \ + http://faith.eu.org/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Filtering HTTP proxy server -BROKEN= does not fetch +LICENSE= GPLv2 GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include +MAKE_JOBS_SAFE= yes MAN5= ${PORTNAME}.conf.5 MAN7= ${PORTNAME}.quick.7 |