diff options
Diffstat (limited to 'benchmarks/postmark/Makefile')
-rw-r--r-- | benchmarks/postmark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index 2b74fcf79fef..bdc48835b8fd 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -7,10 +7,11 @@ # PORTNAME= postmark -PORTVERSION= 1.11 +PORTVERSION= 1.13 CATEGORIES= benchmarks MASTER_SITES= http://www.netapp.com/ftp/ \ http://www.taronga.com/~nick/files/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} EXTRACT_SUFX= .c MAINTAINER= ports@FreeBSD.org |