From owner-svn-ports-head@FreeBSD.ORG Thu Jun 5 20:26:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AF0F566; Thu, 5 Jun 2014 20:26:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88BBB25E6; Thu, 5 Jun 2014 20:26:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55KQEkO064266; Thu, 5 Jun 2014 20:26:14 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55KQEeq064265; Thu, 5 Jun 2014 20:26:14 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406052026.s55KQEeq064265@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Jun 2014 20:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356699 - head/comms/thebridge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 20:26:14 -0000 Author: antoine Date: Thu Jun 5 20:26:14 2014 New Revision: 356699 URL: http://svnweb.freebsd.org/changeset/ports/356699 QAT: https://qat.redports.org/buildarchive/r356699/ Log: - Do not include bsd.port.pre.mk twice - Remove some PORT_OPTIONS conditionals not needed with staging Modified: head/comms/thebridge/Makefile Modified: head/comms/thebridge/Makefile ============================================================================== --- head/comms/thebridge/Makefile Thu Jun 5 20:22:19 2014 (r356698) +++ head/comms/thebridge/Makefile Thu Jun 5 20:26:14 2014 (r356699) @@ -20,13 +20,9 @@ MAKE_ARGS= AUTOMAKE="${TRUE}" INSTALL_TARGET= install-strip -.include - 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}