diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-15 14:21:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-15 14:21:27 +0000 |
commit | a6f99c29f0fac324da29c3c6e9719b176c7d9d57 (patch) | |
tree | 6031695e9251aff189da9472d82d027ee3f3241f /devel/mantis | |
parent | 4c496690b17171a23fc728c45bcb48fc2045c438 (diff) | |
download | pkgsrc-a6f99c29f0fac324da29c3c6e9719b176c7d9d57.tar.gz |
Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMS
Diffstat (limited to 'devel/mantis')
-rw-r--r-- | devel/mantis/Makefile | 9 |
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 |