[Midnightbsd-cvs] mports [21846] trunk/lang/php70-extensions/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 22 18:56:06 EDT 2016
Revision: 21846
http://svnweb.midnightbsd.org/mports/?rev=21846
Author: laffer1
Date: 2016-08-22 18:56:06 -0400 (Mon, 22 Aug 2016)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/lang/php70-extensions/Makefile
Modified: trunk/lang/php70-extensions/Makefile
===================================================================
--- trunk/lang/php70-extensions/Makefile 2016-08-22 22:53:03 UTC (rev 21845)
+++ trunk/lang/php70-extensions/Makefile 2016-08-22 22:56:06 UTC (rev 21846)
@@ -12,7 +12,11 @@
LICENSE= php
-USES= metaport
+
+MASTER_SITES= # none
+DISTFILES= # none
+EXTRACT_ONLY= # none
+
USE_PHP= yes
PHP_DEFAULT= 7.0
IGNORE_WITH_PHP= 55 56
@@ -120,4 +124,6 @@
. endif
.endfor
+do-install: # fake
+
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list