- Stage support

This commit is contained in:
Martin Wilke 2014-02-05 08:26:59 +00:00
parent 7247394096
commit 3fb34794b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342661

View file

@ -17,13 +17,10 @@ USE_LDCONFIG= yes
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS
NO_STAGE= yes
.include <bsd.port.options.mk>
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>