aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2014-03-23 22:10:46 +0800
committeroliver <oliver@FreeBSD.org>2014-03-23 22:10:46 +0800
commit3322226513ea036c14896293a5af6b8afd7430a4 (patch)
tree215f4f40f2844c7cb13c72aeb7475d9279aa56f3
parent10b59d85bc60e5f075e814dc20d4a4aa81cb9266 (diff)
downloadfreebsd-ports-gnome-3322226513ea036c14896293a5af6b8afd7430a4.tar.gz
freebsd-ports-gnome-3322226513ea036c14896293a5af6b8afd7430a4.tar.zst
freebsd-ports-gnome-3322226513ea036c14896293a5af6b8afd7430a4.zip
make STAGEful
-rw-r--r--graphics/cegui/Makefile7
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