aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-04-18 02:40:36 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-04-18 02:40:36 +0800
commit633fcf7884b4ece1694dba06b80c171a3b869312 (patch)
tree5ff0c05c9dd8d73a44842135863e910692b81e85 /lang
parent6d675a0dfbbcfb6b7a9ebc4a4996ec108f5884c9 (diff)
downloadfreebsd-ports-gnome-633fcf7884b4ece1694dba06b80c171a3b869312.tar.gz
freebsd-ports-gnome-633fcf7884b4ece1694dba06b80c171a3b869312.tar.zst
freebsd-ports-gnome-633fcf7884b4ece1694dba06b80c171a3b869312.zip
- Pet portlint
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile
index b396d6ad0e5e..1cb66ba2a75a 100644
--- a/lang/ruby22/Makefile
+++ b/lang/ruby22/Makefile
@@ -235,9 +235,9 @@ regression-test test:
validate:
@${MKDIR} ${WRKSRC}/rubyspec
- rm -rf ${WRKSRC}/rubyspec/*
+ ${RM} -rf ${WRKSRC}/rubyspec/*
(cd ${WRKSRC}/rubyspec && git clone git://github.com/rubyspec/rubyspec.git)
(cd ${WRKSRC}/rubyspec && git clone git://github.com/rubyspec/mspec.git)
- (cd ${WRKSRC}/rubyspec/rubyspec && env PATH=${WRKSRC}/rubyspec/mspec/bin:${PATH} mspec -t ${PREFIX}/bin/ruby${RUBY_SUFFIX} .)
+ (cd ${WRKSRC}/rubyspec/rubyspec && ${SETENV} PATH=${WRKSRC}/rubyspec/mspec/bin:${PATH} mspec -t ${PREFIX}/bin/ruby${RUBY_SUFFIX} .)
.include <bsd.port.post.mk>