diff options
author | obache <obache@pkgsrc.org> | 2014-02-07 05:28:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-07 05:28:19 +0000 |
commit | 5f1df1b86ff32e0eafa7492b4085a5f88ed49674 (patch) | |
tree | 3aae841ad458d16ee1080b7df93775eee5295b4f /www/squid3 | |
parent | 8918d618ce4902431e7fe627b4655a5ad8413723 (diff) | |
download | pkgsrc-5f1df1b86ff32e0eafa7492b4085a5f88ed49674.tar.gz |
Remove tons of unwanted dir in INSTALLATION_DIRS, and remove last backslash,
it will concat to next line "SPECIAL_PERMS", then it result in creating unwanted
directory and let "pinger" to install into wrong directry, and permission is not
set correctly.
Bump PKGREVISION.
Diffstat (limited to 'www/squid3')
-rw-r--r-- | www/squid3/Makefile | 7 | ||||
-rw-r--r-- | www/squid3/PLIST | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile index 27e883daaae..1e8cf1cddd6 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2014/02/04 14:23:01 adam Exp $ +# $NetBSD: Makefile,v 1.27 2014/02/07 05:28:19 obache Exp $ DISTNAME= squid-3.4.3 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \ ftp://ftp.squid-cache.org/pub/squid/ \ @@ -58,8 +59,8 @@ GNU_ARCH.i386= i486 CFLAGS+= -march=i486 .endif -INSTALLATION_DIRS= bin libexec ${PKGMANDIR}/man8 sbin ${EGDIR} \ - share/squid share/squid/errors share/squid/icons \ +INSTALLATION_DIRS= ${EGDIR} + SPECIAL_PERMS+= libexec/pinger ${SETUID_ROOT_PERMS} RCD_SCRIPTS= squid diff --git a/www/squid3/PLIST b/www/squid3/PLIST index 1e9a64c1f42..87071a04b6d 100644 --- a/www/squid3/PLIST +++ b/www/squid3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2013/12/28 19:50:34 hauke Exp $ +@comment $NetBSD: PLIST,v 1.8 2014/02/07 05:28:19 obache Exp $ bin/purge bin/squidclient ${PLIST.ba_getpwnam}libexec/basic_getpwnam_auth @@ -23,7 +23,7 @@ ${PLIST.ta_kerberos}libexec/negotiate_kerberos_auth_test ${PLIST.na_SMB}libexec/ntlm_auth ${PLIST.unlinkd}libexec/unlinkd libexec/ntlm_fake_auth -libexec/pinger/pinger +libexec/pinger libexec/storeid_file_rewrite libexec/url_fake_rewrite libexec/url_fake_rewrite.sh |