summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2009-10-09 11:21:35 +0000
committeris <is@pkgsrc.org>2009-10-09 11:21:35 +0000
commit00fac549bf04d80d8a630bc2046f589c7b635d59 (patch)
tree019141fdc2111cfb98d658cf05757e8bf4aa4e33
parent458c5bb391f9793f313d5d2fcbcbfb7879130060 (diff)
downloadpkgsrc-00fac549bf04d80d8a630bc2046f589c7b635d59.tar.gz
No find -print0 / xargs -0 on Solaris 10. OK: joerg@
-rw-r--r--print/tex-prosper/Makefile4
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}