cmake-1.0.tcl: use the full path to the cmake binary just incase
--- trunk/dports/_resources/port1.0/group/cmake-1.0.tcl 2013-02-25 23:48:07 UTC (rev 103439)
+++ trunk/dports/_resources/port1.0/group/cmake-1.0.tcl 2013-02-25 23:49:54 UTC (rev 103440)
@@ -43,7 +43,7 @@
#FIXME: ccache works with cmake on linux
configure.ccache no
-configure.cmd cmake
+configure.cmd ${prefix}/bin/cmake
configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix}