diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/squid22 | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) |
Notes
Diffstat (limited to 'www/squid22')
-rw-r--r-- | www/squid22/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/squid22/Makefile b/www/squid22/Makefile index 8b8db7731173..6b9965ed77da 100644 --- a/www/squid22/Makefile +++ b/www/squid22/Makefile @@ -6,14 +6,15 @@ # $FreeBSD$ # -DISTNAME= squid-2.2.STABLE5 -PKGNAME= squid-2.2 +PORTNAME= squid +PORTVERSION= 2.2 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ +DISTNAME= squid-2.2.STABLE5 EXTRACT_SUFX= -src.tar.gz MAINTAINER= peter@freebsd.org @@ -59,7 +60,7 @@ NO_LATEST_LINK= yes #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi #CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP +# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP # assigned IP addresses) #CONFIGURE_ARGS+= --enable-arp-acl # - Enable HTCP protocol |