svn commit: r348856 - head/graphics/cegui

Oliver Lehmann oliver at FreeBSD.org
Sun Mar 23 14:10:47 UTC 2014


Author: oliver
Date: Sun Mar 23 14:10:46 2014
New Revision: 348856
URL: http://svnweb.freebsd.org/changeset/ports/348856
QAT: https://qat.redports.org/buildarchive/r348856/

Log:
  make STAGEful

Modified:
  head/graphics/cegui/Makefile

Modified: head/graphics/cegui/Makefile
==============================================================================
--- head/graphics/cegui/Makefile	Sun Mar 23 13:40:57 2014	(r348855)
+++ head/graphics/cegui/Makefile	Sun Mar 23 14:10:46 2014	(r348856)
@@ -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
 


More information about the svn-ports-all mailing list