aboutsummaryrefslogtreecommitdiff
path: root/www/zope29/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-05 23:48:15 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-05 23:48:15 +0000
commitac72a7f2693377cef5488691c856267a027ef7c6 (patch)
treed99d4b311d933fb792a65202b5542c435d565b16 /www/zope29/Makefile
parent4d470c5cbc3cb837896cc788b8daf3dd88d063aa (diff)
downloadports-ac72a7f2693377cef5488691c856267a027ef7c6.tar.gz
ports-ac72a7f2693377cef5488691c856267a027ef7c6.zip
Notes
Diffstat (limited to 'www/zope29/Makefile')
-rw-r--r--www/zope29/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile
index 1d4272ab20ac..5afe61ed50e5 100644
--- a/www/zope29/Makefile
+++ b/www/zope29/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= zope
-PORTVERSION= 2.9.1
+PORTVERSION= 2.9.2
CATEGORIES= www python zope
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
DISTNAME= Zope-${PORTVERSION}
+EXTRACT_SUFX= .tgz
DIST_SUBDIR= zope
MAINTAINER= yasi@yasi.to
@@ -58,8 +59,8 @@ ISBATCH= ""
.endif
post-patch:
- ${FIND} ${WRKSRC} -name '*.orig' -print0 | ${XARGS} -0 -- ${RM}
- ${REINPLACE_CMD} \
+ @${FIND} ${WRKSRC} -name '*.orig' -print0 | ${XARGS} -0 -- ${RM}
+ @${REINPLACE_CMD} \
-e 's,^\(ACCEPTABLE="\).*"$$,\1${PYTHON_PORTVERSION}",g' \
-e 's,^\(TARGET="\).*"$$,\1${PYTHON_PORTVERSION}",g' \
-e 's,^\(EXENAMES="\).*"$$,\1${PYTHON_VERSION}",g' \