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/squid27 | |
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/squid27')
-rw-r--r-- | www/squid27/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 198e81fa7e1..425169a2fca 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2009/02/05 13:43:06 taca Exp $ +# $NetBSD: Makefile,v 1.6 2009/03/08 11:39:24 apb Exp $ DISTNAME= squid-2.7.STABLE6 PKGNAME= ${DISTNAME:S/STABLE//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.7/ EXTRACT_SUFX= .tar.bz2 |