[137088] trunk/dports/science/ngspice/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 4 07:41:47 PDT 2015


Revision: 137088
          https://trac.macports.org/changeset/137088
Author:   ryandesign at macports.org
Date:     2015-06-04 07:41:46 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
ngspice: use eq instead of == for string comparison

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

Modified: trunk/dports/science/ngspice/Portfile
===================================================================
--- trunk/dports/science/ngspice/Portfile	2015-06-04 14:28:58 UTC (rev 137087)
+++ trunk/dports/science/ngspice/Portfile	2015-06-04 14:41:46 UTC (rev 137088)
@@ -24,7 +24,7 @@
 
 set docdir      ${prefix}/share/doc/${name}
 
-if {${name} == ${subport}} {
+if {${name} eq ${subport}} {
     revision            2
     depends_lib         port:libedit \
                         port:xorg-libx11 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150604/f9fea5a8/attachment.html>


More information about the macports-changes mailing list