mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix extraction of HTML documentation
Reported by: PH via erwin
This commit is contained in:
parent
0626191d61
commit
15b47a7129
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224269
@ -39,7 +39,7 @@ post-extract:
|
||||
${CP} ${_DISTDIR}/hello.hla ${WRKSRC}
|
||||
.if !defined(NOPORTDOCS)
|
||||
(${MKDIR} ${WRKDIR}/HLAstdlib && \
|
||||
${UNZIP_CMD} -q ${DISTDIR}/HLAstdlib_html${EXTRACT_SUFX} -d ${WRKDIR}/HLAstdlib \
|
||||
${UNZIP_CMD} -q ${_DISTDIR}/HLAstdlib_html${EXTRACT_SUFX} -d ${WRKDIR}/HLAstdlib \
|
||||
)
|
||||
(${MKDIR} ${WRKDIR}/HLAReference && \
|
||||
${UNZIP_CMD} -q ${_DISTDIR}/HLARef_html${EXTRACT_SUFX} -d ${WRKDIR}/HLAReference \
|
||||
|
Loading…
Reference in New Issue
Block a user