[79569] trunk/dports/devel/cmake/Portfile

css at macports.org css at macports.org
Sat Jun 18 08:52:01 PDT 2011


Revision: 79569
          http://trac.macports.org/changeset/79569
Author:   css at macports.org
Date:     2011-06-18 08:51:59 -0700 (Sat, 18 Jun 2011)
Log Message:
-----------
Remove a non-needed darwin block. This does not affect the build, so I'm not bumping the revision. refs #29770

Modified Paths:
--------------
    trunk/dports/devel/cmake/Portfile

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2011-06-18 14:47:50 UTC (rev 79568)
+++ trunk/dports/devel/cmake/Portfile	2011-06-18 15:51:59 UTC (rev 79569)
@@ -47,19 +47,6 @@
 	reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Modules/CMakeFindFrameworks.cmake
 }
 
-platform darwin {
-	post-configure {
-		if {[variant_isset universal]} {
-			set dirs {}
-			foreach arch ${universal_archs_to_use} {
-				lappend dirs ${worksrcpath}-${arch}
-			}
-		} else {
-			set dirs ${worksrcpath}
-		}
-	}
-}
-
 post-destroot {
 	xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp
 	xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110618/9cb15436/attachment.html>


More information about the macports-changes mailing list