aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-23 00:27:18 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-23 00:27:18 +0000
commitbc0be6ac56beb5ab93391df9540b8290ec04dc52 (patch)
tree4bbf73f340052f2ccc3d94b463f468a3347e1b67 /Mk
parent649703c320041acb6ab87197cea94a4e80f175b8 (diff)
downloadports-bc0be6ac56beb5ab93391df9540b8290ec04dc52.tar.gz
ports-bc0be6ac56beb5ab93391df9540b8290ec04dc52.zip
Notes
Diffstat (limited to 'Mk')
-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 7a82dcaa6394..5553849325d6 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -208,7 +208,7 @@ libtool() {
libperl() {
local has_some_libperl_so files found
- if [ -n "${SITE_ARCH_REL}" ]; then
+ if [ -n "${SITE_ARCH_REL}" -a -d "${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}" ]; then
has_some_libperl_so=0
files=0
while read f; do