pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-prosper Avoid using the -printx primary for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca23e5229857
branches:  trunk
changeset: 502902:ca23e5229857
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Nov 10 16:49:28 2005 +0000

description:
Avoid using the -printx primary for find(1); it is not supported on
Darwin.

diffstat:

 print/tex-prosper/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d33f40d06202 -r ca23e5229857 print/tex-prosper/Makefile
--- a/print/tex-prosper/Makefile        Thu Nov 10 16:31:25 2005 +0000
+++ b/print/tex-prosper/Makefile        Thu Nov 10 16:49:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/11/08 21:45:01 tonio Exp $
+# $NetBSD: Makefile,v 1.7 2005/11/10 16:49:28 minskim Exp $
 #
 
 DISTNAME=      prosper-1.00.4
@@ -27,7 +27,7 @@
 post-extract:
        ${MV} ${WRKDIR}/PPRblends.sty ${WRKSRC}/contrib
        ${MV} ${WRKSRC}/doc/doc-examples ${WRKSRC}/examples
-       ${FIND} ${WRKSRC} -name CVS -printx | ${XARGS} ${RM} -rf
+       ${FIND} ${WRKSRC} -name CVS -print0 | ${XARGS} -0 ${RM} -rf
 
 do-install:
        ${INSTALL_DATA_DIR} ${PROSPERDIR}



Home | Main Index | Thread Index | Old Index