summaryrefslogtreecommitdiff
path: root/devel/mantis
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-11-08 19:11:18 +0000
committeradrianp <adrianp@pkgsrc.org>2004-11-08 19:11:18 +0000
commitdfa5295ccf4392e838bfea6f32e26e853f05afef (patch)
treec44ba05f015d484e64d848d27bcd49873f16f739 /devel/mantis
parentb75fb78ef226f0933e9638697496b15417d3bf0e (diff)
downloadpkgsrc-dfa5295ccf4392e838bfea6f32e26e853f05afef.tar.gz
- Fix missing BUILD_DEF rename from initial import
Diffstat (limited to 'devel/mantis')
-rw-r--r--devel/mantis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index b129d403b46..190bec1c2a7 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/08 19:05:33 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/08 19:11:18 adrianp Exp $
DISTNAME= mantis-0.19.1
CATEGORIES= devel www
@@ -52,7 +52,7 @@ SUBST_SED.conf= -e "s|localhost|${M_DB_HOST}|g" \
-e "s|root|${M_DB_USER}|g" \
-e "s|\"\"|\"${M_DB_PASS}\"|g" \
-e "s|bugtracker|${M_DB_DATABASE}|g" \
- -e "s|example.com|${DOMAIN}|g" \
+ -e "s|example.com|${M_DOMAIN}|g" \
-e "s|@MANTIS_HOME@|${MANTIS_HOME}|g"
SUBST_MESSAGE.conf= "Fixing configuration files."