mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Properly support staging after r330463.
Submitted by: antoine@
This commit is contained in:
parent
492a3f7281
commit
ffc964c93f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330665
@ -21,13 +21,13 @@ PORTDOCS= *
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} &&\
|
||||
${MKDIR} ${DOCSDIR} &&\
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR} &&\
|
||||
${INSTALL_DATA} GPL_EXCEPTION.TXT\
|
||||
GPL_EXCEPTION_ADDENDUM.TXT NEWS\
|
||||
LICENSE.GPL2 LICENSE.GPL3\
|
||||
OPENSOURCE-NOTICE.TXT README THANKS\
|
||||
${DOCSDIR}
|
||||
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${DOCSDIR}
|
||||
${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include "../../devel/py-qt4/bsd.pyqt.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user