[100010] trunk/dports/lang/php/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Nov 23 21:42:09 PST 2012


Revision: 100010
          https://trac.macports.org/changeset/100010
Author:   ryandesign at macports.org
Date:     2012-11-23 21:42:09 -0800 (Fri, 23 Nov 2012)
Log Message:
-----------
php: install example php-fpm status.html page in a place that does not violate the mtree and does not conflict (#37116)

Modified Paths:
--------------
    trunk/dports/lang/php/Portfile

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2012-11-24 02:42:34 UTC (rev 100009)
+++ trunk/dports/lang/php/Portfile	2012-11-24 05:42:09 UTC (rev 100010)
@@ -359,6 +359,8 @@
 ### FPM SAPI ###
 
 subport ${php}-fpm {
+    revision                1
+    
     description             ${php} FPM SAPI
     
     long_description        ${description}
@@ -376,6 +378,7 @@
     
     configure.args-delete   --disable-fpm
     configure.args-append   --enable-fpm \
+                            --datadir=${prefix}/share/examples/${php} \
                             --sysconfdir=${phpinidir} \
                             --with-fpm-user=${fpmuser} \
                             --with-fpm-group=${fpmgroup}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121123/ea96bd29/attachment.html>


More information about the macports-changes mailing list