aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-03 16:16:33 +0800
committerbapt <bapt@FreeBSD.org>2013-05-03 16:16:33 +0800
commita9d1360d6a7f36f32f7ff62bef02ecf1f4d0c303 (patch)
treef0b822b5a7d8f49dc14183a055410162e2e884f9 /net
parent0cc09b2466bbb0bba1c2ab6b063268d908e50b68 (diff)
downloadfreebsd-ports-gnome-a9d1360d6a7f36f32f7ff62bef02ecf1f4d0c303.tar.gz
freebsd-ports-gnome-a9d1360d6a7f36f32f7ff62bef02ecf1f4d0c303.tar.zst
freebsd-ports-gnome-a9d1360d6a7f36f32f7ff62bef02ecf1f4d0c303.zip
Fix with bmake(1)
Diffstat (limited to 'net')
-rw-r--r--net/silc-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile
index 28ab24705e3f..dcd696f7fce8 100644
--- a/net/silc-client/Makefile
+++ b/net/silc-client/Makefile
@@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --without-iconv
.if ${PORT_OPTIONS:MPERL}
USE_PERL5= yes
-PERL_ARCHNAME!= perl -V:archname 2>/dev/null || true
+PERL_ARCHNAME!= perl -V:archname 2>/dev/null || ${ECHO_CMD}
PLIST_SUB+= WITH_PERL="" PERL_ARCHNAME="${PERL_ARCHNAME:S/archname='//:S/';//}"
CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/${PORTNAME}/perl
.else