[Midnightbsd-cvs] mports [22341] trunk/devel/boost-all: add some rules to trick it

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 25 11:41:31 EST 2017


Revision: 22341
          http://svnweb.midnightbsd.org/mports/?rev=22341
Author:   laffer1
Date:     2017-02-25 11:41:31 -0500 (Sat, 25 Feb 2017)
Log Message:
-----------
add some rules to trick it

Modified Paths:
--------------
    trunk/devel/boost-all/Makefile
    trunk/devel/boost-all/common.mk

Modified: trunk/devel/boost-all/Makefile
===================================================================
--- trunk/devel/boost-all/Makefile	2017-02-25 16:34:42 UTC (rev 22340)
+++ trunk/devel/boost-all/Makefile	2017-02-25 16:41:31 UTC (rev 22341)
@@ -24,4 +24,8 @@
 pre-install:
 	${MKDIR} ${DATADIR}
 
+do-install:
+	${MKDIR} ${DATADIR}/boost-all
+	${TOUCH} ${DATADIR}/boost-all/.installed
+
 .include <bsd.port.mk>

Modified: trunk/devel/boost-all/common.mk
===================================================================
--- trunk/devel/boost-all/common.mk	2017-02-25 16:34:42 UTC (rev 22340)
+++ trunk/devel/boost-all/common.mk	2017-02-25 16:41:31 UTC (rev 22341)
@@ -1,4 +1,4 @@
-# $MIdnightBSD$
+# $MidnightBSD$
 
 PORTVERSION=	1.55.0
 PORTVERSUFFIX=	${PORTVERSION:C/\.[0-9]+$//}



More information about the Midnightbsd-cvs mailing list