diff options
author | Florian Smeets <flo@FreeBSD.org> | 2023-02-26 21:18:07 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2023-02-26 21:18:07 +0000 |
commit | ec90fea938df05e425c21b123aca1dfd1e792db0 (patch) | |
tree | 8b2aa449c9ac1526bfaf44bee894c1424472798b | |
parent | 1ba20903ace2b48019441fa18c83f60e64d3a4c4 (diff) |
-rw-r--r-- | databases/percona-toolkit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/percona-toolkit/Makefile b/databases/percona-toolkit/Makefile index 0d95fadc7703..02e156c4a944 100644 --- a/databases/percona-toolkit/Makefile +++ b/databases/percona-toolkit/Makefile @@ -1,5 +1,5 @@ PORTNAME= percona-toolkit -PORTVERSION= 3.5.1 +DISTVERSION= 3.5.1 CATEGORIES= databases MASTER_SITES= https://www.percona.com/downloads/${PORTNAME}/${PORTVERSION}/source/tarball/ @@ -19,7 +19,7 @@ RUN_DEPENDS= bash:shells/bash \ USES= perl5 shebangfix USE_PERL5= configure -SHEBANG_REGEX= ./bin/pt-.* +SHEBANG_FILES= bin/pt-* CONFLICTS_INSTALL= p5-Pipeline # lib/perl5/site_perl/Pipeline.pm |