diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-06 07:48:15 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-06 07:48:15 +0800 |
commit | 8a7f64a6f173cad6909c9aa511876568595567f3 (patch) | |
tree | 96333eafc1cd22814841838f222f2475b3d0649a /www/zope213/Makefile | |
parent | dae806615e46e6f23ed46203e5036a44b3d3507d (diff) | |
download | freebsd-ports-gnome-8a7f64a6f173cad6909c9aa511876568595567f3.tar.gz freebsd-ports-gnome-8a7f64a6f173cad6909c9aa511876568595567f3.tar.zst freebsd-ports-gnome-8a7f64a6f173cad6909c9aa511876568595567f3.zip |
- Update to 2.9.2
PR: 96804
Submitted by: maintainer
Diffstat (limited to 'www/zope213/Makefile')
-rw-r--r-- | www/zope213/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/zope213/Makefile b/www/zope213/Makefile index 1d4272ab20ac..5afe61ed50e5 100644 --- a/www/zope213/Makefile +++ b/www/zope213/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' \ |