Fix with bmake(1)

This commit is contained in:
Baptiste Daroussin 2013-05-03 08:16:33 +00:00
parent 9fee9b8add
commit f86f771e96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317181

View file

@ -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