[51597] users/dweber/devel/cmake/Portfile

dweber at macports.org dweber at macports.org
Thu May 28 11:29:04 PDT 2009


Revision: 51597
          http://trac.macports.org/changeset/51597
Author:   dweber at macports.org
Date:     2009-05-28 11:29:03 -0700 (Thu, 28 May 2009)
Log Message:
-----------
-m ":retab changes only"

Modified Paths:
--------------
    users/dweber/devel/cmake/Portfile

Modified: users/dweber/devel/cmake/Portfile
===================================================================
--- users/dweber/devel/cmake/Portfile	2009-05-28 18:22:52 UTC (rev 51596)
+++ users/dweber/devel/cmake/Portfile	2009-05-28 18:29:03 UTC (rev 51597)
@@ -3,34 +3,34 @@
 
 PortSystem      1.0
 
-name		    cmake
-version		    2.6.4
+name            cmake
+version         2.6.4
 revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 
-categories	    devel
-maintainers	    css dweber
-description	    Cross-platform make
+categories      devel
+maintainers     css dweber
+description     Cross-platform make
 
-long_description	\
+long_description    \
 An extensible, open-source system that manages the build process in an operating system and compiler independent manner.  Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment.
 
 homepage        http://www.cmake.org/
 platforms       darwin freebsd
-master_sites	http://www.cmake.org/files/v${branch}/
-checksums	    md5 50f387d0436696c4a68b5512a72c9cde \
-		        sha1 c7e295683e061c2ed19773a1f0444972f75db092 \
-		        rmd160 e4217067537f76e52317514cb5bb0cf38733d16a
+master_sites    http://www.cmake.org/files/v${branch}/
+checksums       md5 50f387d0436696c4a68b5512a72c9cde \
+                sha1 c7e295683e061c2ed19773a1f0444972f75db092 \
+                rmd160 e4217067537f76e52317514cb5bb0cf38733d16a
 configure.args-append \
     --mandir=/share/man \
     --docdir=/share/doc/cmake
 
 post-destroot {
-	xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp
-	xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \
-		${destroot}${prefix}/share/emacs/site-lisp
-	xinstall -d -m 0755 ${destroot}${prefix}/share/doc/cmake
-	xinstall -m 0644 -W ${worksrcpath}/Docs \
+    xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp
+    xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \
+        ${destroot}${prefix}/share/emacs/site-lisp
+    xinstall -d -m 0755 ${destroot}${prefix}/share/doc/cmake
+    xinstall -m 0644 -W ${worksrcpath}/Docs \
         cmake-indent.vim cmake-syntax.vim \
         ${destroot}${prefix}/share/doc/cmake
     # Change the content of FindITK.cmake to find MacPorts libs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090528/612ec6a5/attachment-0001.html>


More information about the macports-changes mailing list