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/squid31 | |
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/squid31')
-rw-r--r-- | www/squid31/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 0f13ddc2344..96639e3292a 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/02/02 13:57:49 tron Exp $ +# $NetBSD: Makefile,v 1.18 2010/02/20 15:11:40 tron Exp $ DISTNAME= squid-3.1.0.16 PKGNAME= ${DISTNAME} # Necessary for "pkgsrc/www/squid/options.mk" @@ -15,7 +15,6 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_TOOLS+= perl gmake GNU_CONFIGURE= yes -PKG_DESTDIR_SUPPORT= destdir .include "../../www/squid/Makefile.squid" |