[33276] trunk/dports/gnome/gnome-python-desktop/Portfile

gui_dos at macports.org gui_dos at macports.org
Tue Jan 22 04:08:13 PST 2008


Revision: 33276
          http://trac.macosforge.org/projects/macports/changeset/33276
Author:   gui_dos at macports.org
Date:     2008-01-22 04:08:04 -0800 (Tue, 22 Jan 2008)

Log Message:
-----------
No reason in patching Makefile.am files: limit workaround to Makefile.in

Modified Paths:
--------------
    trunk/dports/gnome/gnome-python-desktop/Portfile

Modified: trunk/dports/gnome/gnome-python-desktop/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-desktop/Portfile	2008-01-22 11:41:23 UTC (rev 33275)
+++ trunk/dports/gnome/gnome-python-desktop/Portfile	2008-01-22 12:08:04 UTC (rev 33276)
@@ -3,6 +3,7 @@
 PortSystem	1.0
 name		gnome-python-desktop
 version		2.20.0
+revision        1
 categories	gnome python
 maintainers	nomaintainer
 description	Python modules for some GNOME Desktop libraries.
@@ -22,31 +23,19 @@
 configure.python ${prefix}/bin/python2.5
 
 platform darwin 9 { 
-	post-patch { 
-		reinplace "s| -export-symbols-regex.*||g" \
-			${worksrcpath}/gnomeapplet/Makefile.am \
-			${worksrcpath}/gnomeapplet/Makefile.in \
-			${worksrcpath}/gnomedesktop/Makefile.am \
-			${worksrcpath}/gnomedesktop/Makefile.in \
-			${worksrcpath}/gnomekeyring/Makefile.am \
-			${worksrcpath}/gnomekeyring/Makefile.in \
-			${worksrcpath}/gnomeprint/Makefile.am \
-			${worksrcpath}/gnomeprint/Makefile.in \
-			${worksrcpath}/gtksourceview/Makefile.am \
-			${worksrcpath}/gtksourceview/Makefile.in \
-			${worksrcpath}/gtop/Makefile.am \
-			${worksrcpath}/gtop/Makefile.in \
-			${worksrcpath}/mediaprofiles/Makefile.am \
-			${worksrcpath}/mediaprofiles/Makefile.in \
-			${worksrcpath}/metacity/Makefile.am \
-			${worksrcpath}/metacity/Makefile.in \
-			${worksrcpath}/nautilusburn/Makefile.am \
-			${worksrcpath}/nautilusburn/Makefile.in \
-			${worksrcpath}/rsvg/Makefile.am \
-			${worksrcpath}/rsvg/Makefile.in \
-			${worksrcpath}/totem/Makefile.am \
-			${worksrcpath}/totem/Makefile.in \
-			${worksrcpath}/wnck/Makefile.am \
-			${worksrcpath}/wnck/Makefile.in
-	}
+    post-patch { 
+        reinplace "s| -export-symbols-regex.*||g" \
+            ${worksrcpath}/gnomeapplet/Makefile.in \
+            ${worksrcpath}/gnomedesktop/Makefile.in \
+            ${worksrcpath}/gnomekeyring/Makefile.in \
+            ${worksrcpath}/gnomeprint/Makefile.in \
+            ${worksrcpath}/gtksourceview/Makefile.in \
+            ${worksrcpath}/gtop/Makefile.in \
+            ${worksrcpath}/mediaprofiles/Makefile.in \
+            ${worksrcpath}/metacity/Makefile.in \
+            ${worksrcpath}/nautilusburn/Makefile.in \
+            ${worksrcpath}/rsvg/Makefile.in \
+            ${worksrcpath}/totem/Makefile.in \
+            ${worksrcpath}/wnck/Makefile.in
+    }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080122/cff35ea7/attachment.html


More information about the macports-changes mailing list