pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/jakarta-tomcat use ${RM} rather than rm
details: https://anonhg.NetBSD.org/pkgsrc/rev/4839ec660894
branches: trunk
changeset: 491938:4839ec660894
user: abs <abs%pkgsrc.org@localhost>
date: Fri Apr 01 13:29:38 2005 +0000
description:
use ${RM} rather than rm
diffstat:
www/jakarta-tomcat/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c5b70c3e1b11 -r 4839ec660894 www/jakarta-tomcat/Makefile
--- a/www/jakarta-tomcat/Makefile Fri Apr 01 13:28:08 2005 +0000
+++ b/www/jakarta-tomcat/Makefile Fri Apr 01 13:29:38 2005 +0000
@@ -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 @@
| ${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"
Home |
Main Index |
Thread Index |
Old Index