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
commit788ec74afae0894388a96389f82a3c1fe3d7c79f (patch)
tree4ce0579f44c2b4abb70ddc652e768ac70caf8ea5 /print/tex-prosper
parent0644b1793ffd442229a92c53d2a8b9f1629be22f (diff)
downloadpkgsrc-788ec74afae0894388a96389f82a3c1fe3d7c79f.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}