diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 16:16:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 16:16:33 +0800 |
commit | a9d1360d6a7f36f32f7ff62bef02ecf1f4d0c303 (patch) | |
tree | f0b822b5a7d8f49dc14183a055410162e2e884f9 /net | |
parent | 0cc09b2466bbb0bba1c2ab6b063268d908e50b68 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |