From d86415505cdf984977ae874b3816efb89e9c31e4 Mon Sep 17 00:00:00 2001 From: perky Date: Fri, 28 May 2004 16:54:56 +0000 Subject: Allow Python 2.3.4 to use for Zope. Spotted by: kris --- www/zope213/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/zope213/Makefile') diff --git a/www/zope213/Makefile b/www/zope213/Makefile index 17fdff1d597f..2b6c9a615d60 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_xmlplus/sax/ex USE_PYTHON= yes USE_RC_SUBR= yes +USE_REINPLACE= yes DIST_SUBDIR= zope # Note: the notes that follow reflect the decisions of prior maintainers @@ -61,6 +62,10 @@ ISBATCH= -u admin:test123 ISBATCH= "" .endif +post-patch: + @${REINPLACE_CMD} -e 's,^\(ACCEPTABLE="\)\(.*"\)$$,\1 2.3.4 \2,g' \ + ${WRKSRC}/configure + post-install: @${MV} ${ZOPEBASEDIR}/skel/etc/zope.conf.in ${ZOPEBASEDIR}/skel/etc/zope.conf.sample.in @${SED} ${CONFIG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} pkg-message -- cgit