From 57a823eded349956ec119f50c7e61a54c507190f Mon Sep 17 00:00:00 2001 From: is Date: Fri, 9 Oct 2009 11:21:35 +0000 Subject: No find -print0 / xargs -0 on Solaris 10. OK: joerg@ --- print/tex-prosper/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/tex-prosper/Makefile b/print/tex-prosper/Makefile index dde28b06611..eb2f60dc547 100644 --- a/print/tex-prosper/Makefile +++ b/print/tex-prosper/Makefile @@ -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 @@ EGDIR= ${PREFIX}/share/examples/tex-prosper 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} -- cgit v1.2.3