diff options
author | sborrill <sborrill> | 2010-12-16 13:47:19 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2010-12-16 13:47:19 +0000 |
commit | ccbb6ace2492d93125eb28ae868d2b930a1b548a (patch) | |
tree | d45768f3a88817897edcb799e94b32e488d41c76 /www/squid27 | |
parent | 7d71570da638385264623d8da76467fbc27c5b42 (diff) | |
download | pkgsrc-ccbb6ace2492d93125eb28ae868d2b930a1b548a.tar.gz |
mib.txt is always installed even when snmp option is disabled.
Diffstat (limited to 'www/squid27')
-rw-r--r-- | www/squid27/Makefile | 4 | ||||
-rw-r--r-- | www/squid27/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 6ea1babdfce..46c29191d73 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2010/07/29 03:00:46 taca Exp $ +# $NetBSD: Makefile,v 1.15 2010/12/16 13:47:19 sborrill Exp $ DISTNAME= squid-2.7.STABLE9 +PKGREVISION= 1 + PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= ${SQUID_MASTER_SITES} \ diff --git a/www/squid27/PLIST b/www/squid27/PLIST index d54df379f5f..e58cc6e60e4 100644 --- a/www/squid27/PLIST +++ b/www/squid27/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/12/16 13:47:19 sborrill Exp $ ${PLIST.coss}bin/cossdump bin/squidclient libexec/cachemgr.cgi @@ -39,4 +39,4 @@ share/examples/squid/cachemgr.conf share/examples/squid/mime.conf share/examples/squid/msntauth.conf share/examples/squid/squid.conf -${PLIST.snmp}share/squid/mib.txt +share/squid/mib.txt |