summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 02:00:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 02:00:58 +0000
commitb5ec35acf5ffaef1c23f1f440952121e2f67bed1 (patch)
tree3716ebe5310dd5a96ee2c7906a96b4b1d48f7393
parentSupport stage (diff)
Support stage
-rw-r--r--benchmarks/filebench/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmarks/filebench/Makefile b/benchmarks/filebench/Makefile
index 41fd19229985..6dcc5807d0f8 100644
--- a/benchmarks/filebench/Makefile
+++ b/benchmarks/filebench/Makefile
@@ -15,11 +15,4 @@ 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)
- (cd ${WRKSRC} && make install-data )
-.endif
-
.include <bsd.port.mk>