aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-12-23 15:31:17 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2015-12-23 15:31:17 +0000
commitca778a63f6c6a7f3da56a8787bf2aeaa6da13f5a (patch)
tree66e5896f98b460caa46a73c94e70f50cdd40caa1
parentefb675160f3703adc11756f82c8a011e61afd467 (diff)
downloadports-ca778a63f6c6a7f3da56a8787bf2aeaa6da13f5a.tar.gz
ports-ca778a63f6c6a7f3da56a8787bf2aeaa6da13f5a.zip
MFH: r404286
- fix against bugzilla 4.4.11 - use WRKSRC instead WRKDIR Approved by: portmgr (feld@)
Notes
Notes: svn path=/branches/2015Q4/; revision=404300
-rw-r--r--german/bugzilla44/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/german/bugzilla44/Makefile b/german/bugzilla44/Makefile
index b62756527f10..d542b42b8cfc 100644
--- a/german/bugzilla44/Makefile
+++ b/german/bugzilla44/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bugzilla
PORTVERSION= 4.4.10
-#PORTREVISION= 1
+PORTREVISION= 1
CATEGORIES= german
MASTER_SITES= SF/bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
DISTNAME= ${PORTNAME}-de-${PORTVERSION}-1.utf-8
@@ -16,7 +16,7 @@ NO_WRKSUBDIR= yes
# adjust BZ_REVNUM if bugzilla revision was incremented and there are no
# changes in bugzilla/templates/en. If not used simply comment the line.
-#BZ_REVNUM= 10
+BZ_REVNUM= 11
.include "${.CURDIR}/../../devel/bugzilla44/Makefile.common"
@@ -25,8 +25,8 @@ LANGDIR= ${WWWDIR}/template/de
.if defined(BZ_REVNUM) && !empty(BZ_REVNUM)
post-patch:
${REINPLACE_CMD} -e 's/${PORTVERSION}/${PORTVERSION:R}.${BZ_REVNUM}/' \
- ${WRKDIR}/de/default/global/gzversion.html.tmpl
- @${FIND} ${WRKDIR}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete
+ ${WRKSRC}/de/default/global/gzversion.html.tmpl
+ @${FIND} ${WRKSRC}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete
.endif
do-install: