diff options
author | tron <tron@pkgsrc.org> | 2009-04-20 21:29:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-04-20 21:29:53 +0000 |
commit | 0453bf07a377373607036a2067c64ac98534da3a (patch) | |
tree | ee2000363302f9716c24aedba93f2be5e9144862 /www | |
parent | 1f4686b179f43b56881b21916675c3aa9f9098fa (diff) | |
download | pkgsrc-0453bf07a377373607036a2067c64ac98534da3a.tar.gz |
Add and enable "squid31" package.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/squid/Makefile.squid | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 2f547446398..11fee2c1580 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.640 2009/04/06 11:31:45 adrianp Exp $ +# $NetBSD: Makefile,v 1.641 2009/04/20 21:29:53 tron Exp $ # COMMENT= Packages related to the World Wide Web @@ -478,6 +478,7 @@ SUBDIR+= sope #SUBDIR+= squid # only contains Makefile fragments SUBDIR+= squid27 SUBDIR+= squid30 +SUBDIR+= squid31 SUBDIR+= squidGuard SUBDIR+= squidpurge SUBDIR+= squirm diff --git a/www/squid/Makefile.squid b/www/squid/Makefile.squid index cd2a5fdf4aa..108a6eaf47d 100644 --- a/www/squid/Makefile.squid +++ b/www/squid/Makefile.squid @@ -1,8 +1,9 @@ -# $NetBSD: Makefile.squid,v 1.4 2009/03/08 11:39:23 apb Exp $ +# $NetBSD: Makefile.squid,v 1.5 2009/04/20 21:29:53 tron Exp $ # # used by www/squid26/Makefile # used by www/squid27/Makefile # used by www/squid30/Makefile +# used by www/squid31/Makefile .include "Makefile.common" |