diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:52:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:52:44 +0800 |
commit | b715b89a1416d2148b4fef07ef9a3ce0c8e4d11d (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/pipebench | |
parent | c02198898e38a0cf9e148e6245ef7e6a78916605 (diff) | |
download | freebsd-ports-gnome-b715b89a1416d2148b4fef07ef9a3ce0c8e4d11d.tar.gz freebsd-ports-gnome-b715b89a1416d2148b4fef07ef9a3ce0c8e4d11d.tar.zst freebsd-ports-gnome-b715b89a1416d2148b4fef07ef9a3ce0c8e4d11d.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks)
Diffstat (limited to 'benchmarks/pipebench')
-rw-r--r-- | benchmarks/pipebench/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/pipebench/Makefile b/benchmarks/pipebench/Makefile index 99fa3d1322e3..7985914f22ea 100644 --- a/benchmarks/pipebench/Makefile +++ b/benchmarks/pipebench/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: pipebench -# Date created: Jan 14, 2003 -# Whom: mich@freebsdcluster.org -# +# Created by: mich@freebsdcluster.org # $FreeBSD$ -# PORTNAME= pipebench PORTVERSION= 0.40 @@ -16,6 +11,7 @@ COMMENT= Pipebench shows current throughput/amount of data through a pipe CFLAGS+= -w -pedantic +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c |