- Stage support

This commit is contained in:
Martin Wilke 2014-02-10 06:19:55 +00:00
parent 793c3f73fd
commit 884d7e8a2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343586

View file

@ -23,7 +23,6 @@ SUB_FILES= pkg-message
XAWVER= 8
SUB_LIST= XAWVER="${XAWVER}"
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@ -43,10 +42,7 @@ post-extract:
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${DOCSDIR}/
.endif
@${CAT} ${PKGMESSAGE}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>