summaryrefslogtreecommitdiff
path: root/devel/bugzilla/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla/Makefile')
-rw-r--r--devel/bugzilla/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile
index 002a18dcdb2..f30fd5ac607 100644
--- a/devel/bugzilla/Makefile
+++ b/devel/bugzilla/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:02 rillig Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2006/03/15 14:44:48 salo Exp $
#
-DISTNAME= bugzilla-2.20
-PKGREVISION= 1
+DISTNAME= bugzilla-2.20.1
CATEGORIES= www devel
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/webtools/
@@ -33,7 +32,7 @@ SENDMAIL?= /usr/sbin/sendmail
BUILD_DEFS+= BZ_WEB_GROUP SENDMAIL APACHE_USER
-MESSAGE_SUBST+= BZDIR=${BZDIR} PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
+MESSAGE_SUBST+= BZDIR=${BZDIR:Q} PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
BZDIR= ${PREFIX}/share/bugzilla
EGDIR= ${PREFIX}/share/examples/bugzilla
@@ -43,7 +42,7 @@ CONF_FILES= ${EGDIR}/bugzilla.conf ${PKG_SYSCONFDIR}/bugzilla.conf \
SPECIAL_PERMS= ${BZDIR}/localconfig ${APACHE_USER} ${SHAREGRP} 0400
PAX_DIRS= Bugzilla skins template
-REPLACE_PERL= *.pl *.cgi
+REPLACE_PERL+= *.pl *.cgi
SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-install
@@ -52,7 +51,7 @@ SUBST_SED.conf= -e "s|@BZ_WEB_GROUP@|${BZ_WEB_GROUP}|g" \
-e "s|@PREFIX@|${PREFIX}|g" \
-e "s|@BZDIR@|${BZDIR}|g" \
-e "s|/usr/lib/sendmail|${SENDMAIL}|g"
-SUBST_MESSAGE.conf= "Fixing configuration files."
+SUBST_MESSAGE.conf= Fixing configuration files.
post-extract:
@${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf