diff options
author | taca <taca@pkgsrc.org> | 2008-09-12 15:11:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-09-12 15:11:13 +0000 |
commit | 630bec343cd863a0f91f410742b93f536d3603f2 (patch) | |
tree | 90bccde7bd8bded71c145a33d273b054c95e259a /www/Makefile | |
parent | 271e9f9f6b15c7462a0376c462b9ed8ec76753da (diff) | |
download | pkgsrc-630bec343cd863a0f91f410742b93f536d3603f2.tar.gz |
* Disable squid.
* Add and enable squid26, squid27 and squid30.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 253c13ed448..6411f6000c9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.579 2008/09/11 21:31:47 jnemeth Exp $ +# $NetBSD: Makefile,v 1.580 2008/09/12 15:11:13 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -437,7 +437,10 @@ SUBDIR+= snarf SUBDIR+= snownews SUBDIR+= sope SUBDIR+= spfc -SUBDIR+= squid +#SUBDIR+= squid # only contains Makefile fragments +SUBDIR+= squid26 +SUBDIR+= squid27 +SUBDIR+= squid30 SUBDIR+= squidGuard SUBDIR+= squidpurge SUBDIR+= squirm |