[Midnightbsd-cvs] mports [22064] trunk/devel/boost-all/Makefile: attemp to make working package

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 31 17:44:18 EDT 2016


Revision: 22064
          http://svnweb.midnightbsd.org/mports/?rev=22064
Author:   laffer1
Date:     2016-10-31 17:44:18 -0400 (Mon, 31 Oct 2016)
Log Message:
-----------
attemp to make working package

Modified Paths:
--------------
    trunk/devel/boost-all/Makefile

Modified: trunk/devel/boost-all/Makefile
===================================================================
--- trunk/devel/boost-all/Makefile	2016-10-31 21:39:01 UTC (rev 22063)
+++ trunk/devel/boost-all/Makefile	2016-10-31 21:44:18 UTC (rev 22064)
@@ -3,12 +3,11 @@
 
 PORTNAME=	boost-all
 
-USES=		metaport
-
 COMMENT?=	The "meta-port" for boost libraries
 
 LICENSE=	mit
 
+NO_BUILD=	yes
 OPTIONS_DEFINE=	JAM LIBRARIES PYTHON DOCS
 OPTIONS_DEFAULT=	JAM LIBRARIES
 JAM_DESC=	Boost.Jam - Build tool from the boost.org
@@ -22,4 +21,7 @@
 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
 
+pre-install:
+	${MKDIR} ${DATADIR}
+
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list