diff options
author | apb <apb@pkgsrc.org> | 2009-03-08 11:39:23 +0000 |
---|---|---|
committer | apb <apb@pkgsrc.org> | 2009-03-08 11:39:23 +0000 |
commit | 78a4768bf4aa8f5c229e0bbca4b227825f28f2f3 (patch) | |
tree | 515a9364d0c5ad998430674e3f1838fd2f8c33cd /www/squid | |
parent | 47c09a4aad7fdb0083c7f4db8628ffb524c29753 (diff) | |
download | pkgsrc-78a4768bf4aa8f5c229e0bbca4b227825f28f2f3.tar.gz |
Add share/squid to INSTALLATION_DIRS, so it gets created explicitly with
mode 755 instead of implicitly with whatever mode is implied by the
umask.
Bump PKGREVISION for squid27 and squid30 packages.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile.squid | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/squid/Makefile.squid b/www/squid/Makefile.squid index b4f244d7b36..cd2a5fdf4aa 100644 --- a/www/squid/Makefile.squid +++ b/www/squid/Makefile.squid @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.squid,v 1.3 2008/09/15 17:33:26 taca Exp $ +# $NetBSD: Makefile.squid,v 1.4 2009/03/08 11:39:23 apb Exp $ # # used by www/squid26/Makefile # used by www/squid27/Makefile @@ -58,8 +58,9 @@ SUBST_MESSAGE.confs= Fixing configuration files. CHECK_PORTABILITY_SKIP+= icons/icons.shar INSTALL_TARGET= install install-pinger -INSTALLATION_DIRS= bin libexec ${PKGMANDIR}/man8 sbin ${DOCDIR} \ - ${EGDIR} share/squid/errors share/squid/icons +INSTALLATION_DIRS= bin libexec ${PKGMANDIR}/man8 sbin \ + share/squid share/squid/errors share/squid/icons \ + ${DOCDIR} ${EGDIR} post-install: .for f in ${EGFILES} |