Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 00:36:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338716 - head/benchmarks/ubench
Message-ID:  <201401050036.s050ahsY086050@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401050036.s050ahsY086050>