mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix parallel builds.
Reported by: makc Approved by: netchild (maintainer)
This commit is contained in:
parent
cf8759b2c9
commit
2e45723751
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231670
@ -36,6 +36,11 @@ DOC_FILES= API LICENSE README TODO USAGE
|
||||
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# Fix parallel builds
|
||||
@${REINPLACE_CMD} -e 's,test -d \.libs || mkdir,mkdir -p,' \
|
||||
${WRKSRC}/libmp3lame/i386/Makefile.in
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
do-install:
|
||||
@cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \
|
||||
|
Loading…
Reference in New Issue
Block a user