mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
The distfile is already extracted in do-extract, so use that instead of
extracting a second time. Sponsored by: Absolight
This commit is contained in:
parent
ea9e05812b
commit
0555612be3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424242
2 changed files with 2 additions and 4 deletions
|
@ -18,7 +18,6 @@ DOCSDIR= ${PREFIX}/share/doc/sather/${PORTNAME}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${STAGEDIR}${DOCSDIR}
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||||
@${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -18,7 +18,6 @@ DOCSDIR= ${PREFIX}/share/doc/sather/${PORTNAME}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${STAGEDIR}${DOCSDIR}
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||||
@${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue