games/fotaq: Remove unnecessary extract target
There is no need to use a custom extract target; using NO_WRKSUBDIR works fine.
This commit is contained in:
parent
901f8a6ab1
commit
af5bfb6f25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355985
1 changed files with 1 additions and 7 deletions
|
@ -14,18 +14,12 @@ RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
|
|||
|
||||
USES= zip
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
do-extract:
|
||||
@${RM} -rf ${WRKDIR}
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
|
||||
${_DISTDIR}/${EXTRACT_ONLY}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/queen.1c ${STAGEDIR}${DATADIR}
|
||||
|
|
Loading…
Reference in a new issue