summaryrefslogtreecommitdiff
path: root/print/tex-prosper
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-10 16:49:28 +0000
committerminskim <minskim>2005-11-10 16:49:28 +0000
commitd4bf0b8cfab8cf0238aad5debc5c5be9f133337e (patch)
tree4ce0579f44c2b4abb70ddc652e768ac70caf8ea5 /print/tex-prosper
parent58f158c7c8458a2afc5ce4674748cc12414bc82d (diff)
downloadpkgsrc-d4bf0b8cfab8cf0238aad5debc5c5be9f133337e.tar.gz
Avoid using the -printx primary for find(1); it is not supported on
Darwin.
Diffstat (limited to 'print/tex-prosper')
-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 d2fc9a2335d..90a72f846b4 100644
--- a/print/tex-prosper/Makefile
+++ b/print/tex-prosper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/11/08 21:45:01 tonio Exp $
+# $NetBSD: Makefile,v 1.7 2005/11/10 16:49:28 minskim Exp $
#
DISTNAME= prosper-1.00.4
@@ -27,7 +27,7 @@ EGDIR= ${LOCALBASE}/share/examples/tex-prosper
post-extract:
${MV} ${WRKDIR}/PPRblends.sty ${WRKSRC}/contrib
${MV} ${WRKSRC}/doc/doc-examples ${WRKSRC}/examples
- ${FIND} ${WRKSRC} -name CVS -printx | ${XARGS} ${RM} -rf
+ ${FIND} ${WRKSRC} -name CVS -print0 | ${XARGS} -0 ${RM} -rf
do-install:
${INSTALL_DATA_DIR} ${PROSPERDIR}