1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- support staging

This commit is contained in:
Jason Helfman 2013-09-27 20:04:54 +00:00
parent 90b165a757
commit 37bbf74b92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328511

View File

@ -27,7 +27,6 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:
@ -41,8 +40,8 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${INSTALL} -d ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>