summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-06-15 14:18:38 +0000
committerjlam <jlam@pkgsrc.org>2007-06-15 14:18:38 +0000
commit84fa661d9a7e397c89755552f1d0a2824c92a24e (patch)
treebb73a623c4d4040ade96d7e58308b6c012485206 /devel
parentb31089a7397537f7d74327ccdcb98d422530184f (diff)
downloadpkgsrc-84fa661d9a7e397c89755552f1d0a2824c92a24e.tar.gz
Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMS.
Diffstat (limited to 'devel')
-rw-r--r--devel/bugzilla/Makefile8
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