summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-06-15 14:21:27 +0000
committerjlam <jlam@pkgsrc.org>2007-06-15 14:21:27 +0000
commita5b29ef01931275325af3b13cc769c673c8ffe66 (patch)
tree6031695e9251aff189da9472d82d027ee3f3241f /devel
parent84fa661d9a7e397c89755552f1d0a2824c92a24e (diff)
downloadpkgsrc-a5b29ef01931275325af3b13cc769c673c8ffe66.tar.gz
Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMS
Diffstat (limited to 'devel')
-rw-r--r--devel/mantis/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index 61a97391242..7d59b852ba6 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/11/14 13:05:12 adrianp Exp $
+# $NetBSD: Makefile,v 1.25 2007/06/15 14:21:27 jlam Exp $
DISTNAME= mantis-1.0.6
CATEGORIES= devel www
@@ -31,9 +31,10 @@ MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
MANTIS_HOME= ${PREFIX}/share/mantis
EGDIR= ${PREFIX}/share/examples/mantis
-CONF_FILES+= ${EGDIR}/mantis.conf ${PKG_SYSCONFDIR}/mantis.conf \
- ${EGDIR}/config_inc.php ${MANTIS_HOME}/config_inc.php
-SPECIAL_PERMS= ${MANTIS_HOME}/config_inc.php ${APACHE_USER} ${SHAREGRP} 0400
+CONF_FILES+= ${EGDIR}/mantis.conf ${PKG_SYSCONFDIR}/mantis.conf
+CONF_FILES_PERMS+= ${EGDIR}/config_inc.php \
+ ${MANTIS_HOME}/config_inc.php
+ ${APACHE_USER} ${SHAREGRP} 0400
MANTIS_EG= config_inc.php mantis.conf mantis_offline.php.sample
SUBST_CLASSES+= conf