From bfb4d155d015c96e936120472619485d29a27a0c Mon Sep 17 00:00:00 2001
From: Antoine Brodin <antoine@FreeBSD.org>
Date: Thu, 5 Jun 2014 20:26:14 +0000
Subject: - Do not include bsd.port.pre.mk twice - Remove some PORT_OPTIONS
 conditionals not needed with staging

---
 comms/thebridge/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile
index f16354370d65..1038e757b19e 100644
--- a/comms/thebridge/Makefile
+++ b/comms/thebridge/Makefile
@@ -20,13 +20,9 @@ MAKE_ARGS=	AUTOMAKE="${TRUE}"
 
 INSTALL_TARGET=	install-strip
 
-.include <bsd.port.pre.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR}
-.endif
 	${MKDIR} ${STAGEDIR}/${DATADIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/addons/usermgmt.cgi ${STAGEDIR}/${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/addons/README ${STAGEDIR}/${DATADIR}
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0