From b6064c2d244e12c509e335de4ad2f7db61306f10 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Thu, 16 Aug 2018 13:27:50 +0000 Subject: [PATCH] Use PKGNAMESUFFIX. --- net/haproxy17/Makefile | 4 ++-- 1 file 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