diff options
author | taca <taca@pkgsrc.org> | 2008-01-21 16:55:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-01-21 16:55:01 +0000 |
commit | 2d96ab4b5683a551f4cd396562ebbdca904b20c1 (patch) | |
tree | 7895dd4b1e693d69a7a6ff3c6ddd86c86273c101 | |
parent | 8a0349dad875f1da3a0a0676eb38fc15ce0f9c39 (diff) | |
download | pkgsrc-2d96ab4b5683a551f4cd396562ebbdca904b20c1.tar.gz |
Use the same order as zope210.
-rw-r--r-- | www/zope29/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile index ec6e249a0c3..f7c8d92dd86 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/01/21 07:17:49 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2008/01/21 16:55:01 taca Exp $ # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp DISTNAME= Zope-${ZOPE29_VERSION}-final @@ -40,14 +40,14 @@ REPLACE_PYTHON+= test.py lib/python/Zope2/Startup/zopectl.py \ lib/python/zdaemon/zdctl.py lib/python/zdaemon/zdrun.py REPLACE_PYTHON_DIRS+= ${WRKSRC}/lib/python/ZConfig/scripts ${WRKSRC}/utilities +post-extract: + cd ${WRKSRC} && ${FIND} doc lib skel/import -type f -print | \ + ${XARGS} ${CHMOD} -x + pre-patch: ${CP} ../zope/files/sitecustomize.py ${WRKSRC}/lib/python ${RM} -f ${WRKSRC}/skel/bin/runzope.bat.in -post-extract: - cd ${WRKSRC} && ${FIND} doc lib skel/import -type f -print \ - | ${XARGS} ${CHMOD} -x - post-build: cd ${WRKSRC}; ${PY_COMPILE_ALL} . |