[66098] trunk/dports/devel/iso-codes/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 5 20:47:25 PDT 2010


Revision: 66098
          http://trac.macports.org/changeset/66098
Author:   jmr at macports.org
Date:     2010-04-05 20:47:24 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
iso-codes: noarch

Modified Paths:
--------------
    trunk/dports/devel/iso-codes/Portfile

Modified: trunk/dports/devel/iso-codes/Portfile
===================================================================
--- trunk/dports/devel/iso-codes/Portfile	2010-04-06 03:45:46 UTC (rev 66097)
+++ trunk/dports/devel/iso-codes/Portfile	2010-04-06 03:47:24 UTC (rev 66098)
@@ -39,7 +39,11 @@
         ${destroot}${prefix}/share/doc/${name}
 }
 
-universal_variant   no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type      regex
 livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/6172193f/attachment.html>


More information about the macports-changes mailing list