diff options
Diffstat (limited to 'devel/mantis/Makefile')
-rw-r--r-- | devel/mantis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile index 7d59b852ba6..362bfde7135 100644 --- a/devel/mantis/Makefile +++ b/devel/mantis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2007/06/15 14:21:27 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2007/06/15 18:08:25 jlam Exp $ DISTNAME= mantis-1.0.6 CATEGORIES= devel www @@ -33,7 +33,7 @@ MANTIS_HOME= ${PREFIX}/share/mantis EGDIR= ${PREFIX}/share/examples/mantis CONF_FILES+= ${EGDIR}/mantis.conf ${PKG_SYSCONFDIR}/mantis.conf CONF_FILES_PERMS+= ${EGDIR}/config_inc.php \ - ${MANTIS_HOME}/config_inc.php + ${MANTIS_HOME}/config_inc.php \ ${APACHE_USER} ${SHAREGRP} 0400 MANTIS_EG= config_inc.php mantis.conf mantis_offline.php.sample |