summaryrefslogtreecommitdiff
path: root/www/zope25
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2004-04-23 09:13:23 +0000
committeruebayasi <uebayasi>2004-04-23 09:13:23 +0000
commit0106a3975f52424065beef1a122627ab4b7b97bd (patch)
tree4079ce91d2e59bc7bf70bef32723fee07917e01b /www/zope25
parentc4191e6bfde381edd6261dd6746c87eb2adfc54d (diff)
downloadpkgsrc-0106a3975f52424065beef1a122627ab4b7b97bd.tar.gz
"find ... -and ... -or ... "is a GNU'ism. Use -a and -o.
Diffstat (limited to 'www/zope25')
-rw-r--r--www/zope25/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/zope25/Makefile b/www/zope25/Makefile
index d2e7506a5a2..638fab3094c 100644
--- a/www/zope25/Makefile
+++ b/www/zope25/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/12/05 17:07:02 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/23 09:13:23 uebayasi Exp $
#
DISTNAME= Zope-2.6.2-src
@@ -40,9 +40,9 @@ do-build:
#
do-install:
${INSTALL_DATA_DIR} ${ZOPEDIR}
- cd ${WRKSRC} && ${FIND} ${ZOPEPY} -type f -and \! \( -name "*.[cho]" \
- -or -name "sedscript" -or -name "Makefile*" \
- -or -name "Setup*" -or -name ".cvsignore" \) \
+ cd ${WRKSRC} && ${FIND} ${ZOPEPY} -type f -a \! \( -name "*.[cho]" \
+ -o -name "sedscript" -o -name "Makefile*" \
+ -o -name "Setup*" -o -name ".cvsignore" \) \
-print | ${PAX} -rw ${ZOPEDIR}
cd ${ZOPEDIR} && ${PYTHONBIN} ${WRKSRC}/inst/compilezpy.py
cd ${WRKSRC} && ${PAX} -rw ${ZOPEDATA} ${ZOPEDIR}