[78046] trunk/dports/science/hdf4/Portfile

takeshi at macports.org takeshi at macports.org
Wed Apr 20 21:27:31 PDT 2011


Revision: 78046
          http://trac.macports.org/changeset/78046
Author:   takeshi at macports.org
Date:     2011-04-20 21:27:29 -0700 (Wed, 20 Apr 2011)
Log Message:
-----------
hdf4: whitespace changes

Modified Paths:
--------------
    trunk/dports/science/hdf4/Portfile

Modified: trunk/dports/science/hdf4/Portfile
===================================================================
--- trunk/dports/science/hdf4/Portfile	2011-04-20 21:57:44 UTC (rev 78045)
+++ trunk/dports/science/hdf4/Portfile	2011-04-21 04:27:29 UTC (rev 78046)
@@ -23,8 +23,8 @@
 
 depends_lib         port:zlib port:szip port:jpeg6b
 
-configure.args       --with-szlib=${prefix} --disable-netcdf --disable-fortran \
-                     --with-jpeg=${prefix}/lib/jpeg6b
+configure.args      --with-szlib=${prefix} --disable-netcdf --disable-fortran \
+                    --with-jpeg=${prefix}/lib/jpeg6b
 configure.cppflags-delete   -I${prefix}/include
 configure.ldflags-delete    -L${prefix}/lib
 
@@ -32,34 +32,34 @@
 test.target         check
 
 post-destroot {
-	file mkdir ${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/hdf/util/testfiles ${destroot}${prefix}/share/doc/${name}/samples
-	foreach f {COPYING release_notes/HISTORY.txt release_notes/RELEASE.txt} {
-		file copy ${worksrcpath}/$f ${destroot}${prefix}/share/doc/${name}/
-	}
-	foreach f {bin/ncdump bin/ncgen lib/libudport.a                   \
+    file mkdir ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/hdf/util/testfiles ${destroot}${prefix}/share/doc/${name}/samples
+    foreach f {COPYING release_notes/HISTORY.txt release_notes/RELEASE.txt} {
+        file copy ${worksrcpath}/$f ${destroot}${prefix}/share/doc/${name}/
+    }
+    foreach f {bin/ncdump bin/ncgen lib/libudport.a                   \
              include/netcdf.h include/netcdf.inc include/netcdf.f90 \
              share/man/man1/ncgen.1 share/man/man1/ncdump.1} {
-		file delete ${destroot}${prefix}/$f
-	}
+        file delete ${destroot}${prefix}/$f
+    }
 }
 
 variant g95 conflicts gcc43 gcc44 universal description {build with g95} {
-  configure.args-delete	--disable-fortran
-  depends_build-append  port:g95
-	configure.f77 ${prefix}/bin/g95
+    configure.args-delete	--disable-fortran
+    depends_build-append  port:g95
+    configure.f77 ${prefix}/bin/g95
 }
 
 variant gcc43 conflicts g95 gcc44 universal description {build with gfortran 4.3} {
-  configure.args-delete	--disable-fortran
-  depends_build-append port:gcc43
-	configure.f77 ${prefix}/bin/gfortran-mp-4.3
+    configure.args-delete	--disable-fortran
+    depends_build-append port:gcc43
+    configure.f77 ${prefix}/bin/gfortran-mp-4.3
 }
 
 variant gcc44 conflicts g95 gcc43 universal description {build with gfortran 4.4} {
-  configure.args-delete	--disable-fortran
-  depends_build-append port:gcc44
-	configure.f77 ${prefix}/bin/gfortran-mp-4.4
+    configure.args-delete	--disable-fortran
+    depends_build-append port:gcc44
+    configure.f77 ${prefix}/bin/gfortran-mp-4.4
 }
 
 livecheck.type   regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110420/ab439743/attachment.html>


More information about the macports-changes mailing list