[93633] trunk/dports/php/php-big_int/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 27 22:06:07 PDT 2012


Revision: 93633
          https://trac.macports.org/changeset/93633
Author:   ryandesign at macports.org
Date:     2012-05-27 22:06:07 -0700 (Sun, 27 May 2012)
Log Message:
-----------
php-big_int: php 1.1 portgroup; permissive license; change how HTML documentation is installed

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

Modified: trunk/dports/php/php-big_int/Portfile
===================================================================
--- trunk/dports/php/php-big_int/Portfile	2012-05-28 05:05:22 UTC (rev 93632)
+++ trunk/dports/php/php-big_int/Portfile	2012-05-28 05:06:07 UTC (rev 93633)
@@ -2,13 +2,19 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       php 1.0
+PortGroup       php 1.1
 
-php.setup       big_int 1.0.7 pecl
-php.branches    5.3 5.4
+name            php-big_int
+version         1.0.7
+revision        1
 categories      php devel
 platforms       darwin
 maintainers     nomaintainer
+license         Permissive
+
+php.branches    5.3 5.4
+php.pecl        yes
+
 description     big_int library
 
 long_description \
@@ -29,8 +35,8 @@
     
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
-        xinstall -d ${destroot}${docdir}/html
+        xinstall -d ${destroot}${docdir}
         xinstall -m 644 -W ${worksrcpath} CREDITS LICENSE README ${destroot}${docdir}
-        xinstall -m 644 ${worksrcpath}/docs/index.html ${destroot}${docdir}/html
+        copy ${worksrcpath}/docs ${destroot}${docdir}/html
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/b0c1080f/attachment.html>


More information about the macports-changes mailing list