Changeset 79569
- Timestamp:
- 06/18/11 08:51:59 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/cmake/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/cmake/Portfile
r76282 r79569 48 48 } 49 49 50 platform darwin {51 post-configure {52 if {[variant_isset universal]} {53 set dirs {}54 foreach arch ${universal_archs_to_use} {55 lappend dirs ${worksrcpath}-${arch}56 }57 } else {58 set dirs ${worksrcpath}59 }60 }61 }62 63 50 post-destroot { 64 51 xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp
Note: See TracChangeset
for help on using the changeset viewer.

