diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-10-21 14:20:27 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-10-21 14:20:27 +0000 |
commit | 80eac3b88713fe5ff41e0c4c0b97da60d8837e0f (patch) | |
tree | a7fcadd5024238f482f14ac8ca8860703789eff1 /net | |
parent | 6f276949bbd23e34e7ef49990b1aa54b2ebbbebb (diff) | |
download | ports-80eac3b88713fe5ff41e0c4c0b97da60d8837e0f.tar.gz ports-80eac3b88713fe5ff41e0c4c0b97da60d8837e0f.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy-devel/Makefile | 2 | ||||
-rw-r--r-- | net/haproxy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index 091e2fc18fed..1d8dfec79738 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -devel DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= demon@FreeBSD.org -COMMENT= Reliable, High Performance TCP/HTTP Load Balancer +COMMENT= Reliable, high performance TCP/HTTP load balancer LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index f2a976fed28d..cc1d2dae1497 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.haproxy.org/download/1.6/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= demon@FreeBSD.org -COMMENT= Reliable, High Performance TCP/HTTP Load Balancer +COMMENT= Reliable, high performance TCP/HTTP load balancer LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi |