[66144] trunk/dports/x11/xorg-cf-files/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 5 23:39:57 PDT 2010


Revision: 66144
          http://trac.macports.org/changeset/66144
Author:   jmr at macports.org
Date:     2010-04-05 23:39:56 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
xorg-cf-files: noarch

Modified Paths:
--------------
    trunk/dports/x11/xorg-cf-files/Portfile

Modified: trunk/dports/x11/xorg-cf-files/Portfile
===================================================================
--- trunk/dports/x11/xorg-cf-files/Portfile	2010-04-06 06:37:31 UTC (rev 66143)
+++ trunk/dports/x11/xorg-cf-files/Portfile	2010-04-06 06:39:56 UTC (rev 66144)
@@ -19,7 +19,11 @@
 use_bzip2 yes
 
 #only text files are installed
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 patchfiles 64bit.patch
 patch.args -p1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/59850bcd/attachment.html>


More information about the macports-changes mailing list