diff options
author | jlam <jlam> | 2007-06-15 18:08:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-06-15 18:08:25 +0000 |
commit | 72eabeffa3e15d1acfc2b6d62110e9dc79c0691c (patch) | |
tree | 0b06590a28a3b8bfc2c9dfc2afd729287e80c5ed /devel/mantis | |
parent | 8033fc15e9b939c8541a882d24a2b0ad08d286f9 (diff) | |
download | pkgsrc-72eabeffa3e15d1acfc2b6d62110e9dc79c0691c.tar.gz |
Add missing backslash.
Diffstat (limited to 'devel/mantis')
-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 |