forked from Lainports/freebsd-ports
- Really fix extract
Submitted by: Jason Harris <jharris@widomaker.com> Approved by: portmgr (hat)
This commit is contained in:
parent
4ac4291378
commit
9b66e19366
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ MAN1= 0launch.1 0alias.1 0store.1
|
|||
|
||||
do-extract:
|
||||
@${RM} -rf ${DISTDIR}/${DISTNAME}.tar.gz
|
||||
@gpg ${DISTDIR}/${DISTFILES}
|
||||
@gpg --skip-verify ${DISTDIR}/${DISTFILES}
|
||||
@${RM} -rf ${WRKDIR}
|
||||
@${MKDIR} ${WRKDIR}
|
||||
cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue