diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 02:00:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 02:00:58 +0000 |
commit | b5ec35acf5ffaef1c23f1f440952121e2f67bed1 (patch) | |
tree | 3716ebe5310dd5a96ee2c7906a96b4b1d48f7393 /benchmarks | |
parent | ee4039feb0e0ca2f047d4877093a572cc6030eab (diff) | |
download | ports-b5ec35acf5ffaef1c23f1f440952121e2f67bed1.tar.gz ports-b5ec35acf5ffaef1c23f1f440952121e2f67bed1.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/filebench/Makefile | 7 |
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> |