aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2022-02-20 21:37:10 +0000
committerFlorian Smeets <flo@FreeBSD.org>2022-02-20 21:55:42 +0000
commite0a97a31189b57227f289cd0afc701e1e5f8e530 (patch)
tree3b680d9994a9d4c7190f82e8c916fd07bdba45d9
parent52f7f495370164bcaf3e3644fe02b8e38e23a4f3 (diff)
downloadports-e0a97a31189b57227f289cd0afc701e1e5f8e530.tar.gz
ports-e0a97a31189b57227f289cd0afc701e1e5f8e530.zip
databases/percona-toolkit: Revert changes that shouldn't have been committed
-rw-r--r--databases/percona-toolkit/Makefile5
1 files changed, 1 insertions, 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>