pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/zope29 Use the same order as zope210.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/447ac9a9dc8c
branches:  trunk
changeset: 537952:447ac9a9dc8c
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 21 16:55:01 2008 +0000

description:
Use the same order as zope210.

diffstat:

 www/zope29/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r cf43eb06039a -r 447ac9a9dc8c www/zope29/Makefile
--- a/www/zope29/Makefile       Mon Jan 21 16:51:46 2008 +0000
+++ b/www/zope29/Makefile       Mon Jan 21 16:55:01 2008 +0000
@@ -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 @@
                        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} .
 



Home | Main Index | Thread Index | Old Index