svn commit: r338736 - head/benchmarks/nosqlbench

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 01:26:50 UTC 2014


Author: bapt
Date: Sun Jan  5 01:26:49 2014
New Revision: 338736
URL: http://svnweb.freebsd.org/changeset/ports/338736

Log:
  Support stage

Modified:
  head/benchmarks/nosqlbench/Makefile

Modified: head/benchmarks/nosqlbench/Makefile
==============================================================================
--- head/benchmarks/nosqlbench/Makefile	Sun Jan  5 01:26:41 2014	(r338735)
+++ head/benchmarks/nosqlbench/Makefile	Sun Jan  5 01:26:49 2014	(r338736)
@@ -17,7 +17,6 @@ USES=		cmake
 CMAKE_ARGS=	-DLIBTNT_INCLUDE=${LOCALBASE}/include \
 		-DLIBTNT_LIB=${LOCALBASE}/lib
 
-NO_STAGE=	yes
 pre-configure:
 	${REINPLACE_CMD} 's#DESTINATION doc#DESTINATION ${DOCSDIR}#g' \
 		${WRKSRC}/CMakeLists.txt


More information about the svn-ports-all mailing list