mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Remove extraneous ${WRKSRC} in do-extract
PR: ports/169867 Submitted by: maintainer (Bryan Drewery <bryan@shatow.net>)
This commit is contained in:
parent
03002a4b72
commit
2bb539e158
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300967
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ GNU_CONGFIGURE= yes
|
|||
do-extract:
|
||||
@${RM} -rf ${WRKDIR}
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@${CP} -R $$(${MAKE} -C ${PORTSDIR}/irc/eggdrop \
|
||||
-V WRKSRC) ${WRKSRC} ${WRKSRC}
|
||||
@${CP} -R $$(${MAKE} -C ${PORTSDIR}/irc/eggdrop -V WRKSRC) ${WRKSRC}
|
||||
cd ${WRKSRC}/src/mod && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS}
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Add table
Reference in a new issue