diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-02 19:14:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-02 19:14:57 +0800 |
commit | 8a92963dc59804fb2dff32dd84a816144050c2c9 (patch) | |
tree | 07c79a1de3949fe88bed7583e8903520120e1f27 /net/haproxy/Makefile | |
parent | 9cdd16c00587f30dcbf935417c005020e3846c26 (diff) | |
download | freebsd-ports-gnome-8a92963dc59804fb2dff32dd84a816144050c2c9.tar.gz freebsd-ports-gnome-8a92963dc59804fb2dff32dd84a816144050c2c9.tar.zst freebsd-ports-gnome-8a92963dc59804fb2dff32dd84a816144050c2c9.zip |
- Add missing documentation file
- Sort plist
- Switch to CONFLICTS_INSTALL
Approved by: portmgr blanket
MFH: 2016Q1 (blanket)
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 54a17a695171..8b135d4dc45c 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= haproxy PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.6/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} @@ -13,7 +14,7 @@ COMMENT= Reliable, high performance TCP/HTTP load balancer LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -CONFLICTS= haproxy-devel-[0-9]* +CONFLICTS_INSTALL= haproxy-devel-[0-9]* USES= cpe gmake USE_RC_SUBR= haproxy |