[98182] trunk/dports/php/php-midgard2/Portfile

jwa at macports.org jwa at macports.org
Thu Sep 27 12:22:00 PDT 2012


Revision: 98182
          http://trac.macports.org//changeset/98182
Author:   jwa at macports.org
Date:     2012-09-27 12:22:00 -0700 (Thu, 27 Sep 2012)
Log Message:
-----------
php-midgard2: simplify Portfile according to Ryan, thanks

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

Modified: trunk/dports/php/php-midgard2/Portfile
===================================================================
--- trunk/dports/php/php-midgard2/Portfile	2012-09-27 19:18:28 UTC (rev 98181)
+++ trunk/dports/php/php-midgard2/Portfile	2012-09-27 19:22:00 UTC (rev 98182)
@@ -25,25 +25,12 @@
 checksums           rmd160  30180ca78719f01946b63e112fce5768e8373752 \
                     sha256  b88962c95a92c1b08bc147b0bacc69987e6b00ca2ea54575933ecbd53bc3491f
 
-depends_lib	port:midgard2-core
+depends_lib-append  port:midgard2-core
 
-configure.args	--sysconfdir=${prefix}/etc/midgard/
+configure.args-append   --sysconfdir=${prefix}/etc/midgard/
 
 if {${name} != ${subport}} {
-    pre-configure	{
-        system "cd ${worksrcpath} && phpize"
-    }
-
-    configure.args-append   --with-php-config=${php.config}
-
     destroot.destdir	INSTALL_ROOT=${destroot}
-
-    notes "========================   IMPORTANT   =========================\n
-    If this is the first time you're installing Midgard, or you have\n
-    recently upgraded PHP, make sure to check your php.ini to verify\n
-    that extension_dir at least includes the directory shown by command\n
-    'php-config${php.suffix} --extension-dir'
-    ================================================================"
 }
 
 if {${name} == ${subport}} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120927/73b11fc4/attachment.html>


More information about the macports-changes mailing list