diff options
Diffstat (limited to 'devel/valgrind/Makefile')
-rw-r--r-- | devel/valgrind/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index fc6d457a0d82..9febe1b3b4ef 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -7,10 +7,11 @@ PORTNAME= valgrind PORTVERSION= 3.5.0 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= stas@FreeBSD.org COMMENT= A (memory) debugging and profiling tool |