diff options
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 3262f16f044..e48e449b2f4 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/05/25 08:19:47 morr Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/23 17:18:26 asau Exp $ DISTNAME= haproxy-1.4.21 CATEGORIES= net www @@ -9,8 +9,6 @@ HOMEPAGE= http://haproxy.1wt.eu/ COMMENT= Reliable, high performance TCP/HTTP load balancer LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake BUILD_MAKE_FLAGS+= TARGET=${TARGET} INSTALL_MAKE_FLAGS+= TARGET=${TARGET} |