Changeset 118239 for trunk/dports


Ignore:
Timestamp:
Mar 27, 2014, 12:49:57 AM (10 years ago)
Author:
ryandesign@…
Message:

py-pyqt4: use system -W X "Y" instead of system "cd X && Y"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-pyqt4/Portfile

    r117992 r118239  
    192192            # Easiest just to check if it was created.
    193193            if {[file exists ${worksrcpath}/designer/python.pro ]} {
    194                 system "cd ${worksrcpath}/designer && \
    195                     ${qt_qmake_cmd} -spec ${qt_mkspecs_dir}/macx-g++ \
    196                         -o Makefile python.pro"
     194                system -W ${worksrcpath}/designer "${qt_qmake_cmd} \
     195                    -spec ${qt_mkspecs_dir}/macx-g++ \
     196                    -o Makefile python.pro"
    197197            }
    198198        }
Note: See TracChangeset for help on using the changeset viewer.