[64920] trunk/dports/gnome/libcroco/Portfile

nox at macports.org nox at macports.org
Wed Mar 17 13:38:13 PDT 2010


Revision: 64920
          http://trac.macports.org/changeset/64920
Author:   nox at macports.org
Date:     2010-03-17 13:38:12 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
Remove muniversal from libcroco

Modified Paths:
--------------
    trunk/dports/gnome/libcroco/Portfile

Modified: trunk/dports/gnome/libcroco/Portfile
===================================================================
--- trunk/dports/gnome/libcroco/Portfile	2010-03-17 20:38:00 UTC (rev 64919)
+++ trunk/dports/gnome/libcroco/Portfile	2010-03-17 20:38:12 UTC (rev 64920)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       muniversal 1.0
 
 name            libcroco
 version         0.6.2
+revision        1
+license         LGPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      gnome
 platforms       darwin
@@ -29,20 +30,16 @@
                 port:libxml2 \
                 port:zlib
 
-configure.args              --mandir=${prefix}/share/man
-configure.cppflags-append   -L${prefix}/lib
-
 test.run        yes
 test.env        DYLD_LIBRARY_PATH=${worksrcpath}/src/.libs
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING COPYING.LIB ChangeLog \
-        NEWS README TODO ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
+        ${destroot}${docdir}
 }
 
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100317/4527d349/attachment.html>


More information about the macports-changes mailing list