pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-prosper No find -print0 / xargs -0 on Solari...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/291029ed0456
branches:  trunk
changeset: 399921:291029ed0456
user:      is <is%pkgsrc.org@localhost>
date:      Fri Oct 09 11:21:35 2009 +0000

description:
No find -print0 / xargs -0 on Solaris 10. OK: joerg@

diffstat:

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

diffs (18 lines):

diff -r 5254ca6e61e8 -r 291029ed0456 print/tex-prosper/Makefile
--- a/print/tex-prosper/Makefile        Fri Oct 09 03:55:03 2009 +0000
+++ b/print/tex-prosper/Makefile        Fri Oct 09 11:21:35 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:44 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2009/10/09 11:21:35 is Exp $
 #
 
 DISTNAME=      prosper-1.00.4
@@ -31,7 +31,7 @@
 post-extract:
        ${MV} ${WRKDIR}/PPRblends.sty ${WRKSRC}/contrib
        ${MV} ${WRKSRC}/doc/doc-examples ${WRKSRC}/examples
-       ${FIND} ${WRKSRC} -name CVS -print0 | ${XARGS} -0 ${RM} -rf
+       ${FIND} ${WRKSRC} -name CVS -print | ${XARGS} ${RM} -rf
 
 do-install:
        ${INSTALL_DATA_DIR} ${PROSPERDIR}



Home | Main Index | Thread Index | Old Index