diff options
author | taca <taca@pkgsrc.org> | 2008-01-21 16:51:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-01-21 16:51:46 +0000 |
commit | 8a0349dad875f1da3a0a0676eb38fc15ce0f9c39 (patch) | |
tree | 69d97b34cff8366b30fd13aa799e5c167f5e8c4a /www | |
parent | bba2427b8e275f16a98dd8f3c2ea069c8fa2f405 (diff) | |
download | pkgsrc-8a0349dad875f1da3a0a0676eb38fc15ce0f9c39.tar.gz |
Move post-patch target to post-extract changed as www/zope29.
And avoid to use -0 option of xargs(1).
Diffstat (limited to 'www')
-rw-r--r-- | www/zope210/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile index f795f35d7e4..eafd8ed0356 100644 --- a/www/zope210/Makefile +++ b/www/zope210/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/01/06 15:59:26 taca Exp $ +# $NetBSD: Makefile,v 1.4 2008/01/21 16:51:46 taca Exp $ # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp DISTNAME= Zope-${ZOPE210_VERSION}-final @@ -42,14 +42,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/ZEO/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-patch: - ${FIND} ${WRKSRC}/doc ${WRKSRC}/lib ${WRKSRC}/skel/import \ - -type f -print0 | ${XARGS} -0 -- ${CHMOD} -x - post-build: cd ${WRKSRC}; ${PY_COMPILE_ALL} . |