1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Fix with bmake(1)

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

View File

@ -25,7 +25,7 @@ USE_GMAKE= yes
NO_MTREE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PERL_ARCHNAME!= perl -V:archname 2>/dev/null || :
PERL_ARCHNAME!= perl -V:archname 2>/dev/null || echo
PLIST_SUB+= PERL_PORT=perl5 PERL_ARCHNAME=${PERL_ARCHNAME:S/archname='//:S/';//}