summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoris <is>2009-10-09 11:21:35 +0000
committeris <is>2009-10-09 11:21:35 +0000
commit5439cfc2299a9d305b70d505074211ba4dee5bc6 (patch)
tree019141fdc2111cfb98d658cf05757e8bf4aa4e33 /print
parentc51fe887cad9f3fad1d51e17280c59a720b609a2 (diff)
downloadpkgsrc-5439cfc2299a9d305b70d505074211ba4dee5bc6.tar.gz
No find -print0 / xargs -0 on Solaris 10. OK: joerg@
Diffstat (limited to 'print')
-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}