From f52f6c5449f9d27a56e3db9dd10d2d308fbf28d8 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Fri, 23 Apr 2004 09:13:23 +0000 Subject: "find ... -and ... -or ... "is a GNU'ism. Use -a and -o. --- www/zope25/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www') 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} -- cgit v1.2.3