diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2018-08-16 13:27:50 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2018-08-16 13:27:50 +0000 |
commit | b6064c2d244e12c509e335de4ad2f7db61306f10 (patch) | |
tree | b3a4adeb6dd55c3aeba26665b8dd7432bf1d2338 /net/haproxy17 | |
parent | Update to version 1.9-dev1. (diff) |
Use PKGNAMESUFFIX.
Notes
Notes:
svn path=/head/; revision=477339
Diffstat (limited to 'net/haproxy17')
-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 |