[84829] trunk/dports/science/hdf5-18/Portfile

mmoll at macports.org mmoll at macports.org
Sun Oct 2 13:43:14 PDT 2011


Revision: 84829
          http://trac.macports.org/changeset/84829
Author:   mmoll at macports.org
Date:     2011-10-02 13:43:09 -0700 (Sun, 02 Oct 2011)
Log Message:
-----------
science/hdf5-18: remove redundant braces, closes #31382

Modified Paths:
--------------
    trunk/dports/science/hdf5-18/Portfile

Modified: trunk/dports/science/hdf5-18/Portfile
===================================================================
--- trunk/dports/science/hdf5-18/Portfile	2011-10-02 19:20:40 UTC (rev 84828)
+++ trunk/dports/science/hdf5-18/Portfile	2011-10-02 20:43:09 UTC (rev 84829)
@@ -33,7 +33,7 @@
                     --disable-parallel
 
 # http://mail.hdfgroup.org/pipermail/hdf-forum_hdfgroup.org/2010-March/002682.html
-license             {NCSA} 
+license             NCSA
 
 post-configure {
     if {[variant_isset universal]} {
@@ -59,7 +59,7 @@
 variant szip description {Enable szip support. (Noncommercial license)} {
     depends_lib-append          port:szip
     configure.args-append       --with-szlib=yes
-    license                     {Noncommercial}
+    license                     Noncommercial
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111002/4a306361/attachment.html>


More information about the macports-changes mailing list