diff options
author | abs <abs@pkgsrc.org> | 2005-04-01 13:29:38 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-04-01 13:29:38 +0000 |
commit | 6e890e6539d05142c6598a605de089e7600ffe2a (patch) | |
tree | 504dc7eb5f692575f103574559c1973e7426c333 /www | |
parent | 32e0baec29a715ad23c3eaf30b92d8a82b29d69a (diff) | |
download | pkgsrc-6e890e6539d05142c6598a605de089e7600ffe2a.tar.gz |
use ${RM} rather than rm
Diffstat (limited to 'www')
-rw-r--r-- | www/jakarta-tomcat/Makefile | 4 |
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" |