diff options
Diffstat (limited to 'databases/percona-toolkit/Makefile')
-rw-r--r-- | databases/percona-toolkit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/percona-toolkit/Makefile b/databases/percona-toolkit/Makefile index 40682cd11fd..eb0e8263b8f 100644 --- a/databases/percona-toolkit/Makefile +++ b/databases/percona-toolkit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2012/12/01 22:14:16 mspo Exp $ +# $NetBSD: Makefile,v 1.5 2013/01/27 08:56:01 obache Exp $ # DISTNAME= percona-toolkit-2.1.7 PKGREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://www.percona.com/redir/downloads/percona-toolkit/LATEST/ +MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/${PKGVERSION_NOREV}/ MAINTAINER= msporleder@gmail.com HOMEPAGE= http://www.percona.com/software/percona-toolkit/ @@ -12,7 +12,6 @@ COMMENT= Advanced command-line tools for open-source databases (MySQL) LICENSE= gnu-gpl-v2 USE_TOOLS+= perl -FETCH_USING= curl REPLACE_PERL+= bin/* CHECK_INTERPRETER_SKIP+= *pt-ioprofile |