From ea8ff22cff3d553574b25de8cfd89024ab2cb22e Mon Sep 17 00:00:00 2001
From: bapt <bapt@FreeBSD.org>
Date: Fri, 20 Sep 2013 22:10:23 +0000
Subject: Add NO_STAGE all over the place in preparation for the staging
 support (cat: net)

---
 net/quagga/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'net/quagga')

diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 725b8646437f..d3f956f0dfdd 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -40,6 +40,7 @@ DLMALLOC_DESC=		Use dlmalloc (makes bgpd much faster)
 NO_BGP_ANNOUNCE_DESC=	Turn off BGP route announcement
 OSPF_NEXTHOP_DESC=	Set ip next-hop in OSPF route maps
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 CFLAGS+=	-I${LOCALBASE}/include
-- 
cgit