diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
commit | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/filebench/Makefile | |
parent | d4278602bbf25b434150614a7797e9b8d7c8103f (diff) | |
download | ports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.tar.gz ports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.zip |
Notes
Diffstat (limited to 'benchmarks/filebench/Makefile')
-rw-r--r-- | benchmarks/filebench/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/filebench/Makefile b/benchmarks/filebench/Makefile index 9eb36af45225..41fd19229985 100644 --- a/benchmarks/filebench/Makefile +++ b/benchmarks/filebench/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: filebench -# Date created: Jan 6, 2011 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= filebench PORTVERSION= 1.4.8.0.8 @@ -19,6 +15,7 @@ ONLY_FOR_ARCHS= amd64 i386 ia64 ppc GNU_CONFIGURE= yes LICENSE= CDDL +NO_STAGE= yes do-install: ( cd ${WRKSRC} && make install-binPROGRAMS ) .if !defined(NOPORTDATA) |