pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mantis - Fix missing BUILD_DEF rename from initi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/983915acebac
branches:  trunk
changeset: 483170:983915acebac
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Nov 08 19:11:18 2004 +0000

description:
- Fix missing BUILD_DEF rename from initial import

diffstat:

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

diffs (18 lines):

diff -r 64253474a201 -r 983915acebac devel/mantis/Makefile
--- a/devel/mantis/Makefile     Mon Nov 08 19:08:13 2004 +0000
+++ b/devel/mantis/Makefile     Mon Nov 08 19:11:18 2004 +0000
@@ -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 @@
                        -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."
 



Home | Main Index | Thread Index | Old Index