svn commit: r382500 - head/devel/boost-all

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:07:34 UTC 2015


Author: bapt
Date: Sat Mar 28 15:07:32 2015
New Revision: 382500
URL: https://svnweb.freebsd.org/changeset/ports/382500
QAT: https://qat.redports.org/buildarchive/r382500/

Log:
  Convert to USES=metaport

Modified:
  head/devel/boost-all/Makefile

Modified: head/devel/boost-all/Makefile
==============================================================================
--- head/devel/boost-all/Makefile	Sat Mar 28 15:07:30 2015	(r382499)
+++ head/devel/boost-all/Makefile	Sat Mar 28 15:07:32 2015	(r382500)
@@ -3,9 +3,7 @@
 
 PORTNAME=	boost-all
 
-MASTER_SITES=	# empty
-DISTFILES=	# none
-EXTRACT_ONLY=	# empty
+USES=		metaport
 
 COMMENT?=	The "meta-port" for boost libraries
 
@@ -15,9 +13,6 @@ JAM_DESC=	Boost.Jam - Build tool from th
 LIBRARIES_DESC=	Free portable C++ libraries
 PYTHON_DESC=	Boost.Python - interfacing Python and C++
 
-NO_BUILD=	yes
-NO_MTREE=	yes
-
 .include "common.mk"
 
 LIBRARIES_RUN_DEPENDS=	${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost-libs
@@ -25,7 +20,4 @@ JAM_RUN_DEPENDS=	${LOCALBASE}/bin/bjam:$
 PYTHON_RUN_DEPENDS=	${LOCALBASE}/lib/libboost_python.so:${PORTSDIR}/devel/boost-python-libs
 DOCS_RUN_DEPENDS=	${LOCALBASE}/share/doc/boost/doc/html/index.html:${PORTSDIR}/devel/boost-docs
 
-do-install:
-	${DO_NADA}
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list