[Midnightbsd-cvs] mports [24847] trunk/devel/boost-all/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 1 21:51:14 EST 2019
Revision: 24847
http://svnweb.midnightbsd.org/mports/?rev=24847
Author: laffer1
Date: 2019-02-01 21:51:14 -0500 (Fri, 01 Feb 2019)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/devel/boost-all/Makefile
Modified: trunk/devel/boost-all/Makefile
===================================================================
--- trunk/devel/boost-all/Makefile 2019-02-02 02:48:06 UTC (rev 24846)
+++ trunk/devel/boost-all/Makefile 2019-02-02 02:51:14 UTC (rev 24847)
@@ -2,8 +2,11 @@
# $MidnightBSD$
PORTNAME= boost-all
+MASTER_SITES= #
+DISTFILES= #
+EXTRACT_ONLY= #
-USES= metaport
+NO_BUILD= yes
COMMENT?= The "meta-port" for boost libraries
@@ -21,4 +24,8 @@
PYTHON_USES= python:env
DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/boost/doc/html/index.html:devel/boost-docs
+do-install:
+ ${MKDIR} ${WRKSRC}
+ ${TOUCH} ${PREFIX}/share/boost-all
+
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list