Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 20:26:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356699 - head/comms/thebridge
Message-ID:  <201406052026.s55KQEeq064265@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406052026.s55KQEeq064265>