diff options
author | tron <tron@pkgsrc.org> | 2010-02-20 15:11:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-02-20 15:11:40 +0000 |
commit | fdf17ee66d3e9b5464388fa68a7200db92541196 (patch) | |
tree | a4b7c30b05f338dbc639d03e5ee563228a89beb9 /www/squid | |
parent | f44a82ffc69adc19dd585fb18edcb8be0bcf7aef (diff) | |
download | pkgsrc-fdf17ee66d3e9b5464388fa68a7200db92541196.tar.gz |
Don't use the "install-pinger" target to change the permissions of
"libexec/pinger", simply use "SPECIAL_PERMS".
Now all three "squid" packages support user destination dir installation.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile.squid | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/squid/Makefile.squid b/www/squid/Makefile.squid index c56c223c920..199ab5f7002 100644 --- a/www/squid/Makefile.squid +++ b/www/squid/Makefile.squid @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.squid,v 1.15 2009/11/02 15:43:20 taca Exp $ +# $NetBSD: Makefile.squid,v 1.16 2010/02/20 15:11:40 tron Exp $ # # used by www/squid27/Makefile # used by www/squid30/Makefile @@ -60,10 +60,12 @@ SUBST_MESSAGE.confs= Fixing configuration files. CHECK_PORTABILITY_SKIP+= icons/icons.shar -INSTALL_TARGET= install install-pinger INSTALLATION_DIRS= bin libexec ${PKGMANDIR}/man8 sbin \ share/squid share/squid/errors share/squid/icons \ ${DOCDIR} ${EGDIR} +SPECIAL_PERMS+= libexec/pinger ${SETUID_ROOT_PERMS} + +PKG_DESTDIR_SUPPORT?= user-destdir POST_INSTALL_EXTRA?= |