diff options
-rw-r--r-- | net/haproxy17/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy17/Makefile b/net/haproxy17/Makefile index 6f181cee7dc6..42c08d664e89 100644 --- a/net/haproxy17/Makefile +++ b/net/haproxy17/Makefile @@ -1,11 +1,11 @@ # Created by: Clement Laforet # $FreeBSD$ -PORTNAME= haproxy17 +PORTNAME= haproxy PORTVERSION= 1.7.11 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.7/src/ -DISTNAME= haproxy-${PORTVERSION} +PKGNAMESUFFIX= 17 MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer |