[Midnightbsd-cvs] mports: bsd.php.mk: Update the fallback paths for when

ctriv at midnightbsd.org ctriv at midnightbsd.org
Wed Sep 19 14:34:18 EDT 2007


Log Message:
-----------
Update the fallback paths for when /usr/local/etc/php.conf diesn't exist to
work with the current PHP version.

Modified Files:
--------------
    mports/Mk:
        bsd.php.mk (r1.4 -> r1.5)

-------------- next part --------------
Index: bsd.php.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.php.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -LMk/bsd.php.mk -LMk/bsd.php.mk -u -r1.4 -r1.5
--- Mk/bsd.php.mk
+++ Mk/bsd.php.mk
@@ -41,10 +41,11 @@
 DEFAULT_PHP_VER?=	5
 
 PHP_VER?=	${DEFAULT_PHP_VER}
+
 .if ${PHP_VER} == 4
 PHP_EXT_DIR=	20020429
 .else
-PHP_EXT_DIR=	20050922
+PHP_EXT_DIR=	20060613
 .endif
 
 HTTPD?=		${LOCALBASE}/sbin/httpd


More information about the Midnightbsd-cvs mailing list