diff options
author | is <is@pkgsrc.org> | 2009-10-09 11:21:35 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2009-10-09 11:21:35 +0000 |
commit | 57a823eded349956ec119f50c7e61a54c507190f (patch) | |
tree | 019141fdc2111cfb98d658cf05757e8bf4aa4e33 | |
parent | 548b6a5d93cf20e5f7edf9c5bfab1aa547b2f64d (diff) | |
download | pkgsrc-57a823eded349956ec119f50c7e61a54c507190f.tar.gz |
No find -print0 / xargs -0 on Solaris 10. OK: joerg@
-rw-r--r-- | print/tex-prosper/Makefile | 4 |
1 files 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} |