diff options
-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 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} |