python ports: use eq and ne when comparing ${subport} instead of == and !=

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@114324 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2013-12-05 08:44:51 +00:00
parent 61311b6661
commit 8dd19bec0e
763 changed files with 830 additions and 830 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ checksums rmd160 7e52c0ec1fa56f42b9660496776876eaf09e9cc5 \
python.versions 26 27 31 32 33
if {$name != $subport} {
if {${name} ne ${subport}} {
livecheck.type none
depends_lib-append port:py${python.version}-parsing \