svn commit: r305571 - head/lang/php5

Alex Dupre ale at FreeBSD.org
Tue Oct 9 07:32:45 UTC 2012


Author: ale
Date: Tue Oct  9 07:32:44 2012
New Revision: 305571
URL: http://svn.freebsd.org/changeset/ports/305571

Log:
  Fix typo in MYSQLND_DESC.
  
  Submitted by:	riccardo at torrini.org

Modified:
  head/lang/php5/Makefile.ext

Modified: head/lang/php5/Makefile.ext
==============================================================================
--- head/lang/php5/Makefile.ext	Tue Oct  9 07:17:09 2012	(r305570)
+++ head/lang/php5/Makefile.ext	Tue Oct  9 07:32:44 2012	(r305571)
@@ -195,14 +195,14 @@ CONFIGURE_ARGS+=--with-mssql=${LOCALBASE
 OPTIONS_DEFINE=	MYSQLND
 OPTIONS_DEFAULT=MYSQLND
 
-MYSQLND_DESC=	Use MySQL Native Driver"
+MYSQLND_DESC=	Use MySQL Native Driver
 .endif
 
 .if ${PHP_MODNAME} == "mysqli"
 OPTIONS_DEFINE=	MYSQLND
 OPTIONS_DEFAULT=MYSQLND
 
-MYSQLND_DESC=	Use MySQL Native Driver"   
+MYSQLND_DESC=	Use MySQL Native Driver
 .endif
 
 .if ${PHP_MODNAME} == "odbc"
@@ -252,7 +252,7 @@ USE_FIREBIRD=	yes
 OPTIONS_DEFINE=	MYSQLND
 OPTIONS_DEFAULT=MYSQLND
 
-MYSQLND_DESC=	Use MySQL Native Driver"   
+MYSQLND_DESC=	Use MySQL Native Driver
 
 USE_PHP=	pdo
 USE_PHP_BUILD=	yes



More information about the svn-ports-all mailing list