summaryrefslogtreecommitdiff
path: root/www/zope213
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-05-28 16:54:56 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-05-28 16:54:56 +0000
commit6ff2fbb5f47e72926f0a4d1c2a96c4c60a1b472d (patch)
tree6552040664041d4269abc22ac0ec964fb2850f91 /www/zope213
parent* Upgrade to 0.6.2. (diff)
Allow Python 2.3.4 to use for Zope.
Spotted by: kris
Notes
Notes: svn path=/head/; revision=110206
Diffstat (limited to 'www/zope213')
-rw-r--r--www/zope213/Makefile5
1 files changed, 5 insertions, 0 deletions
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