mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix build on CURRENT after make(1) bug fix
PR: ports/122516 Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer)
This commit is contained in:
parent
26fc161977
commit
a9600ad07b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210689
@ -67,7 +67,7 @@ pre-patch:
|
||||
.if !defined(WITHOUT_BONUSPACKS)
|
||||
@${SED} -e '1,/exit \$$res/d' ${_DISTDIR}/${BONUSFILE} | \
|
||||
${GUNZIP_CMD} -q | ${TAR} xf - -C ${WRKDIR} -X ${FILESDIR}/excludefiles
|
||||
.for file in "bp1.tar.bz2 bp2.tar.bz2 bp3.tar.bz2 bp4.tar.bz2"
|
||||
.for file in bp1.tar.bz2 bp2.tar.bz2 bp3.tar.bz2 bp4.tar.bz2
|
||||
@${TAR} jx -C ${WRKSRC} -f ${WRKDIR}/${file}
|
||||
.endfor
|
||||
@${MV} ${WRKDIR}/README.bonus.pack.collection ${WRKSRC}/Help
|
||||
|
Loading…
Reference in New Issue
Block a user