[134808] trunk/dports/python/py-virtualenv/Portfile

larryv at macports.org larryv at macports.org
Tue Apr 7 13:01:00 PDT 2015


Revision: 134808
          https://trac.macports.org/changeset/134808
Author:   larryv at macports.org
Date:     2015-04-07 13:01:00 -0700 (Tue, 07 Apr 2015)
Log Message:
-----------
py-virtualenv: Use "ne" instead of "!=" (NFC)

Modified Paths:
--------------
    trunk/dports/python/py-virtualenv/Portfile

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2015-04-07 20:00:55 UTC (rev 134807)
+++ trunk/dports/python/py-virtualenv/Portfile	2015-04-07 20:01:00 UTC (rev 134808)
@@ -42,7 +42,7 @@
 
     post-destroot {
         delete ${destroot}${prefix}/bin/virtualenv
-        if {${prefix} != ${python.prefix}} {
+        if {${prefix} ne ${python.prefix}} {
             delete ${destroot}${python.prefix}/bin/virtualenv
         }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150407/4105de82/attachment.html>


More information about the macports-changes mailing list