From d66ced16e84db7f02aa149d236b90a536ea96d54 Mon Sep 17 00:00:00 2001 From: ohauer Date: Wed, 23 Dec 2015 11:27:34 +0000 Subject: - fix against bugzilla 4.4.11 - use WRKSRC instead WRKDIR MFH: 2015Q4 --- german/bugzilla44/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'german') 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: -- cgit