From f9c9d474be9ecf15b350739dd0667437ff4554b3 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sun, 23 Mar 2014 14:10:46 +0000 Subject: [PATCH] make STAGEful --- graphics/cegui/Makefile | 7 ++----- 1 file 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