1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

make STAGEful

This commit is contained in:
Oliver Lehmann 2014-03-23 14:10:46 +00:00
parent a90a8a3efa
commit f9c9d474be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348856

View File

@ -29,9 +29,6 @@ USE_LUA= 5.1
LUA_COMPS= toluaxx
USE_PYTHON= 2.6+
USES= cmake pathfix pkgconfig compiler:c++11-lib
PLIST_SUB+= WITH_OGRE=""
NO_STAGE= yes
OPTIONS_DEFINE= DOCS
@ -47,9 +44,9 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
.endif