summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/jakarta-tomcat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jakarta-tomcat/Makefile b/www/jakarta-tomcat/Makefile
index c5231f1dcc0..c8c8e7af936 100644
--- a/www/jakarta-tomcat/Makefile
+++ b/www/jakarta-tomcat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2005/01/21 12:24:39 abs Exp $
+# $NetBSD: Makefile,v 1.52 2005/04/01 13:29:38 abs Exp $
DISTNAME= jakarta-tomcat-${TOMCAT_VERSION}
CATEGORIES= www java
@@ -66,7 +66,7 @@ do-install:
| ${XARGS} ${CHMOD} a+rx; \
${FIND} ${TOMCAT_LIB} -type d -print | ${XARGS} ${CHMOD} a+rx; \
${FIND} ${TOMCAT_LIB} -type f -name \*.bat -print | \
- ${XARGS} rm -f)
+ ${XARGS} ${RM} -f)
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"