aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2022-02-20 12:13:41 +0000
committerDan Langille <dvl@FreeBSD.org>2022-02-20 13:06:12 +0000
commit7b279c9e09e1d27a385b7400842622b03a60c5bb (patch)
tree4e0a25c98d94637b6c6509053798f3e17cc657c0 /Mk/Scripts
parent4c4ce8d3853f42823802c297c74a06d453bc1639 (diff)
downloadports-7b279c9e09e1d27a385b7400842622b03a60c5bb.tar.gz
ports-7b279c9e09e1d27a385b7400842622b03a60c5bb.zip
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 539fc4a73fdd..b9bb541c45ef 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -859,7 +859,7 @@ gemdeps()
EOF
fi
done <<-EOF
- $(grep -a 'add_runtime_dependency' ${STAGEDIR}${PREFIX}/lib/ruby/gems/*/specifications/${PORTNAME}-*.gemspec \
+ $(grep -a 's.add_runtime_dependency' ${STAGEDIR}${PREFIX}/lib/ruby/gems/*/specifications/${PORTNAME}-*.gemspec \
| sed 's|.*<\(.*\)>.*\[\(.*\)\])|\1 \2|' \
| sort -u)
EOF