Fix extract problem
PR: 93889 Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer) Approved by: portmgr (kris) Pointyhat to: ehaupt
This commit is contained in:
parent
348821989c
commit
90d9865c23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156844
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ pre-everything::
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
@${CP} ${DISTDIR}/se006e4f8${EXTRACT_SUFX} ${WRKSRC}/tarballs
|
||||
@${CP} ${DISTDIR}/se006e4f8.tar.gz ${WRKSRC}/tarballs
|
||||
(cd ${WRKSRC} && ${MAKE} slashem-0.0.6E4F8)
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue