diff options
-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> |