svn commit: r356699 - head/comms/thebridge
Antoine Brodin
antoine at FreeBSD.org
Thu Jun 5 20:26:14 UTC 2014
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}
More information about the svn-ports-all
mailing list