pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/mantis Use CONF_FILES_PERMS instead of CONF_FILE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad43e0779e8a
branches: trunk
changeset: 530021:ad43e0779e8a
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Jun 15 14:21:27 2007 +0000
description:
Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMS
diffstat:
devel/mantis/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 5d74a148d3f0 -r ad43e0779e8a devel/mantis/Makefile
--- a/devel/mantis/Makefile Fri Jun 15 14:18:38 2007 +0000
+++ b/devel/mantis/Makefile Fri Jun 15 14:21:27 2007 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index