From 5035ddb3e62424789372641e7ab06d35eded9e38 Mon Sep 17 00:00:00 2001 From: heinz Date: Tue, 2 Mar 2004 22:40:41 +0000 Subject: Option "-printx" is only supported on some platforms. Use "-print" --- textproc/docbook-xsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index f532f070384..c4acb887149 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/02/28 20:52:04 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2004/03/02 22:40:41 heinz Exp $ # DISTNAME= docbook-xsl-1.65.0 @@ -43,7 +43,7 @@ post-extract: .undef f post-patch: - ${FIND} ${WRKSRC} -name "*.subst.sav" -printx | ${XARGS} ${RM} + ${FIND} ${WRKSRC} -name "*.subst.sav" -print | ${XARGS} ${RM} do-install: ${INSTALL_DATA_DIR} ${DOCDIR} -- cgit v1.2.3