Move NO_TEST, and kill a trailing whitespace.

ok danj@ (maintainer)
This commit is contained in:
jca 2016-12-29 13:52:14 +00:00
parent 35261d3cbf
commit 898293df04

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2016/11/26 12:29:50 danj Exp $
# $OpenBSD: Makefile,v 1.37 2016/12/29 13:52:14 jca Exp $
COMMENT = reliable, high performance TCP/HTTP load balancer
@ -32,11 +32,12 @@ MAKE_FLAGS += USE_OPENSSL=1 USE_PCRE=1
MAKE_FLAGS += USE_PRIVATE_CACHE=1
.endif
NO_TEST = Yes
LIB_DEPENDS = devel/pcre
NO_TEST = Yes
DOCS = architecture configuration gpl lgpl
EXAMPLES = acl-content-sw content-sw-sample option-http_proxy
EXAMPLES = acl-content-sw content-sw-sample option-http_proxy
DOCSDIR = ${PREFIX}/share/doc/haproxy
EXAMPLESDIR = ${PREFIX}/share/examples/haproxy