1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Properly support staging after r330463.

Submitted by:	antoine@
This commit is contained in:
Raphael Kubo da Costa 2013-10-17 19:22:58 +00:00
parent 492a3f7281
commit ffc964c93f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330665

View File

@ -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>