diff options
author | jlam <jlam> | 2007-06-15 14:18:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-06-15 14:18:38 +0000 |
commit | 3d6084eb59674e8dc893a1b67255fd18edc32c7c (patch) | |
tree | bb73a623c4d4040ade96d7e58308b6c012485206 /devel/bugzilla | |
parent | 867595d2ce6870d7488697f007426b778dd67a3b (diff) | |
download | pkgsrc-3d6084eb59674e8dc893a1b67255fd18edc32c7c.tar.gz |
Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMS.
Diffstat (limited to 'devel/bugzilla')
-rw-r--r-- | devel/bugzilla/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 9b89defd528..318e1c9fb63 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2007/02/03 17:21:02 adrianp Exp $ +# $NetBSD: Makefile,v 1.24 2007/06/15 14:20:10 jlam Exp $ # DISTNAME= bugzilla-2.22.2 @@ -38,9 +38,9 @@ MESSAGE_SUBST+= BZDIR=${BZDIR:Q} PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} BZDIR= ${PREFIX}/share/bugzilla EGDIR= ${PREFIX}/share/examples/bugzilla DOCDIR= ${PREFIX}/share/doc/bugzilla -CONF_FILES= ${EGDIR}/bugzilla.conf ${PKG_SYSCONFDIR}/bugzilla.conf \ - ${EGDIR}/localconfig ${BZDIR}/localconfig -SPECIAL_PERMS= ${BZDIR}/localconfig ${APACHE_USER} ${SHAREGRP} 0400 +CONF_FILES= ${EGDIR}/bugzilla.conf ${PKG_SYSCONFDIR}/bugzilla.conf +CONF_FILES_PERMS= ${EGDIR}/localconfig ${BZDIR}/localconfig \ + ${APACHE_USER} ${SHAREGRP} 0400 PAX_DIRS= Bugzilla skins template REPLACE_PERL+= *.pl *.cgi |