[Midnightbsd-cvs] mports [21180] trunk/lang/php70-extensions/Makefile: fix options

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 15 16:24:18 EDT 2016


Revision: 21180
          http://svnweb.midnightbsd.org/mports/?rev=21180
Author:   laffer1
Date:     2016-03-15 16:24:18 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
fix options

Modified Paths:
--------------
    trunk/lang/php70-extensions/Makefile

Modified: trunk/lang/php70-extensions/Makefile
===================================================================
--- trunk/lang/php70-extensions/Makefile	2016-03-15 20:23:49 UTC (rev 21179)
+++ trunk/lang/php70-extensions/Makefile	2016-03-15 20:24:18 UTC (rev 21180)
@@ -1,5 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD: head/lang/php70-extensions/Makefile 408945 2016-02-15 16:24:04Z miwi $
+# $MidnightBSD$
 
 PORTNAME=	php70
 PORTVERSION=	1.1
@@ -6,7 +7,7 @@
 CATEGORIES=	lang
 PKGNAMESUFFIX=	-extensions
 
-MAINTAINER=	miwi at FreeBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	"meta-port" to install PHP extensions
 
 USES=		metaport
@@ -109,7 +110,7 @@
 			XMLREADER \
 			XMLWRITER
 
-.include <bsd.port.options.mk>
+.include <bsd.mport.options.mk>
 
 .for opt in ${OPTIONS_DEFINE}
 .	if ${PORT_OPTIONS:M${opt}}



More information about the Midnightbsd-cvs mailing list