- Stage support

PR:		190461
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2014-06-02 09:25:55 +00:00
parent f1d7510a15
commit 712ebfe0d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356206

View File

@ -23,8 +23,6 @@ USE_LDCONFIG= yes
PORTDOCS= AUTHORS ChangeLog NEWS README
NO_STAGE= yes
OPTIONS_DEFINE= DOCS NLS
.include <bsd.port.options.mk>
@ -41,9 +39,7 @@ post-patch:
@${REINPLACE_CMD} 's|-g ||g' ${WRKSRC}/configure.ac
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>