svn commit: r338716 - head/benchmarks/ubench

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 00:36:44 UTC 2014


Author: bapt
Date: Sun Jan  5 00:36:43 2014
New Revision: 338716
URL: http://svnweb.freebsd.org/changeset/ports/338716

Log:
  Support stage

Modified:
  head/benchmarks/ubench/Makefile

Modified: head/benchmarks/ubench/Makefile
==============================================================================
--- head/benchmarks/ubench/Makefile	Sun Jan  5 00:35:05 2014	(r338715)
+++ head/benchmarks/ubench/Makefile	Sun Jan  5 00:36:43 2014	(r338716)
@@ -11,9 +11,10 @@ MAINTAINER=	brian at FreeBSD.org
 COMMENT=	Unix Benchmark Utility for CPU(s) and memory
 
 HAS_CONFIGURE=	yes
+MAKE_ARGS=	INSTALLDIR=${STAGEDIR}${PREFIX}/bin \
+		MANDIR=${STAGEDIR}${PREFIX}/man/man8
 
-MAN8=		ubench.8
-PLIST_FILES=	bin/ubench
+PLIST_FILES=	bin/ubench \
+		man/man8/ubench.8.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list