pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/mantis Add missing backslash.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55279113af65
branches:  trunk
changeset: 530068:55279113af65
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 15 18:08:25 2007 +0000

description:
Add missing backslash.

diffstat:

 devel/mantis/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 23a4dce868bc -r 55279113af65 devel/mantis/Makefile
--- a/devel/mantis/Makefile     Fri Jun 15 18:08:06 2007 +0000
+++ b/devel/mantis/Makefile     Fri Jun 15 18:08:25 2007 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index