- Stage support

This commit is contained in:
Martin Wilke 2014-02-10 07:15:39 +00:00
parent ce7038d597
commit 25a7b0420f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343592

View File

@ -20,14 +20,11 @@ LDFLAGS+= -L${LOCALBASE}/lib
DOCS= AUTHORS README NEWS docs/*.pdf license/LICENSING.txt
NO_STAGE= yes
post-patch:
${CHMOD} ${BINMODE} ${WRKSRC}/configure ${WRKSRC}/install-sh
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>