Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 01:05:11 +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: r338727 - head/benchmarks/pipebench
Message-ID:  <201401050105.s0515BEB097878@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jan  5 01:05:11 2014
New Revision: 338727
URL: http://svnweb.freebsd.org/changeset/ports/338727

Log:
  Support stage

Modified:
  head/benchmarks/pipebench/Makefile

Modified: head/benchmarks/pipebench/Makefile
==============================================================================
--- head/benchmarks/pipebench/Makefile	Sun Jan  5 01:01:33 2014	(r338726)
+++ head/benchmarks/pipebench/Makefile	Sun Jan  5 01:05:11 2014	(r338727)
@@ -9,18 +9,17 @@ MASTER_SITES=	ftp://ftp.habets.pp.se/pub
 MAINTAINER=	mich@FreeBSD.org
 COMMENT=	Pipebench shows current throughput/amount of data through a pipe
 
+PLIST_FILES=	bin/pipebench \
+		man/man1/pipebench.1.gz
+
 CFLAGS+=	-w -pedantic
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC} && \
 	${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${PREFIX}/man/man1
-
-MAN1=		pipebench.1
-PLIST_FILES=	bin/pipebench
+	${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.mk>



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