From 191c4ddbf379b53cff082cff068da4020685c875 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 17 Sep 2004 19:25:03 +0000 Subject: Use rm -rf instead of -Rf to better support Irix. From Georg Schwarz in PR 26985. --- textproc/dsssl-docbook-modular/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/dsssl-docbook-modular') diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index 7fd490625b6..e0826457ab3 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/06/06 13:04:24 grant Exp $ +# $NetBSD: Makefile,v 1.23 2004/09/17 19:25:03 wiz Exp $ # FreeBSD Id: Makefile,v 1.17 1999/04/24 09:25:32 kuriyama Exp DISTNAME= docbook-dsssl-1.78 @@ -22,7 +22,7 @@ INSTDIR= ${PREFIX}/share/sgml/docbook/dsssl/modular SGML_CATALOGS= ${INSTDIR}/catalog do-build: - @${RM} -Rf ${WRKSRC}/docsrc + @${RM} -rf ${WRKSRC}/docsrc pre-install: ${INSTALL_DATA_DIR} ${INSTDIR} -- cgit v1.2.3