pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/zope25 "find ... -and ... -or ... "is a GNU'ism. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9db164f86c80
branches:  trunk
changeset: 473689:9db164f86c80
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Fri Apr 23 09:13:23 2004 +0000

description:
"find ... -and ... -or ... "is a GNU'ism.  Use -a and -o.

diffstat:

 www/zope25/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r f8b1922b5a33 -r 9db164f86c80 www/zope25/Makefile
--- a/www/zope25/Makefile       Fri Apr 23 03:29:27 2004 +0000
+++ b/www/zope25/Makefile       Fri Apr 23 09:13:23 2004 +0000
@@ -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-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}



Home | Main Index | Thread Index | Old Index