1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging.

This commit is contained in:
Emanuel Haupt 2014-02-18 11:43:42 +00:00
parent da20a902ce
commit 8408b73ce7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344867

View File

@ -12,9 +12,8 @@ COMMENT= The STL reference manual by SGI
NO_BUILD= yes
NO_STAGE= yes
do-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>