git: e0a97a31189b - main - databases/percona-toolkit: Revert changes that shouldn't have been committed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 21:56:29 UTC
The branch main has been updated by flo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e0a97a31189b57227f289cd0afc701e1e5f8e530
commit e0a97a31189b57227f289cd0afc701e1e5f8e530
Author: Florian Smeets <flo@FreeBSD.org>
AuthorDate: 2022-02-20 21:37:10 +0000
Commit: Florian Smeets <flo@FreeBSD.org>
CommitDate: 2022-02-20 21:55:42 +0000
databases/percona-toolkit: Revert changes that shouldn't have been committed
---
databases/percona-toolkit/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/databases/percona-toolkit/Makefile b/databases/percona-toolkit/Makefile
index b84bd1265b1b..232f032f6ac9 100644
--- a/databases/percona-toolkit/Makefile
+++ b/databases/percona-toolkit/Makefile
@@ -15,12 +15,9 @@ RUN_DEPENDS= bash:shells/bash \
p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey \
pidof:sysutils/pidof
-USES= perl5 shebangfix
+USES= perl5
USE_PERL5= configure
-SHEBANG_FILES= bin/pt-ioprofile bin/pt-mext bin/pt-mysql-summary bin/pt-summary
-bash_OLD_CMD+= /bin/sh
-
NO_ARCH= yes
.include <bsd.port.mk>