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

---
 security/clamassassin/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'security/clamassassin')

diff --git a/security/clamassassin/Makefile b/security/clamassassin/Makefile
index a2c484e98038..150782f142ba 100644
--- a/security/clamassassin/Makefile
+++ b/security/clamassassin/Makefile
@@ -23,6 +23,7 @@ OPTIONS_DEFAULT=	CLAMDSCAN
 CLAMDSCAN_DESC=		Scanning using clamd
 SUBREWRITE_DESC=	Mail subject rewriting
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCLAMDSCAN}
-- 
cgit