diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2014-03-23 14:10:46 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2014-03-23 14:10:46 +0000 |
commit | f9c9d474be9ecf15b350739dd0667437ff4554b3 (patch) | |
tree | 215f4f40f2844c7cb13c72aeb7475d9279aa56f3 /graphics | |
parent | a90a8a3efa7e87e1b14b1fa990a03bb848724ead (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cegui/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index a882d87c7103..7aa89ee3043c 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -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 |