diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-17 17:19:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-17 17:19:48 +0000 |
commit | 7c47779cb9cc1f12908949c26b831e944047ed17 (patch) | |
tree | cc6e929ebf67eee2cc8ce1692ea0663387b3a559 /benchmarks | |
parent | b4c4d6656e7b913544a3cbd1bea7f40f7cad2e74 (diff) | |
download | ports-7c47779cb9cc1f12908949c26b831e944047ed17.tar.gz ports-7c47779cb9cc1f12908949c26b831e944047ed17.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbs/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile index 8b994817bc8a..d5f1478f585f 100644 --- a/benchmarks/dbs/Makefile +++ b/benchmarks/dbs/Makefile @@ -26,10 +26,6 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -post-patch: - @${REINPLACE_CMD} -e \ - 's|/usr/local/bin/perl|${PERL}|' ${WRKSRC}/script/dbs_view - pre-build: cd ${WRKSRC}/src; ${MAKE} dir |