- Stage support

This commit is contained in:
Martin Wilke 2014-01-31 14:22:18 +00:00
parent eb1cee7fe1
commit a305595701
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341995

View file

@ -19,7 +19,6 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@ -34,10 +33,8 @@ PLIST_SUB= NLS="@comment "
DOCS= AUTHORS ChangeLog NEWS README
.if ${PORT_OPTIONS:MDOCS}
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>