Changeset 98391


Ignore:
Timestamp:
Oct 4, 2012, 1:30:04 PM (12 years ago)
Author:
pixilla@…
Message:

multimedia/mythtv-core.25:

  • Whitespace edit to make "port lint --nitpick" happy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/mythtv-core.25/Portfile

    r98390 r98391  
    9292}
    9393
    94 # TODO: This should be done by base 
    95 # https://trac.macports.org/ticket/32542 
    96 if {${configure.compiler} == "macports-clang-3.0"} { 
    97     depends_build-append port:macports-clang-3.0 
     94# TODO: This should be done by base
     95# https://trac.macports.org/ticket/32542
     96if {${configure.compiler} == "macports-clang-3.0"} {
     97    depends_build-append port:macports-clang-3.0
    9898    depends_skip_archcheck-append macports-clang-3.0
    9999}
     
    114114        ${sedPath}programs/scripts/internetcontent/topdocumentaryfilm.pl  \
    115115        ${sedPath}programs/scripts/internetcontent/twit.tv.pl
    116    
     116
    117117    reinplace -locale C "s|#!/usr/bin/perl|#!${perlbin}|" \
    118118        ${sedPath}bindings/perl/Makefile.PL  \
     
    133133    ui_info "Install Myth Python stuff to ${prefix}"
    134134    reinplace -locale C "s|/usr/local|${prefix}|" ${worksrcpath}/mythtv/bindings/python/MythTV/static.py
    135    
     135
    136136    foreach {applescript} ${applescripts} {
    137137        reinplace -locale C "s|@PREFIX@|${prefix}|g" ${worksrcpath}/macports/${applescript}.applescript
     
    197197        ${destroot}${mythtvlogdir} \
    198198        ${destroot}${mythtvlogdir}/old \
    199         ${destroot}${mythtvrundir} 
     199        ${destroot}${mythtvrundir}
    200200
    201201# install logrotate.mythtv
     
    247247
    248248            set otool [lrange [split [exec otool -L ${destroot}${libdir}/${dylib}] \n] 1 end]
    249        
     249
    250250            foreach {otoolentry} ${otool} {
    251251                # fix entries like "libmythswscale.dylib" to "${prefix}/lib/libmythswscale.dylib"
     
    271271
    272272        set otool [lrange [split [exec otool -L ${destroot}${bindir}/${prog}] \n] 1 end]
    273        
     273
    274274        foreach {otoolentry} ${otool} {
    275275            # fix entries like "libmythswscale.dylib" to "${prefix}/lib/libmythswscale.dylib"
     
    295295        # glob gives us files and links to files but should be no links in filters dir
    296296        ui_debug "... for ${flt}"
    297        
     297
    298298        set otool [lrange [split [exec otool -L ${destroot}${fltdir}/${flt}] \n] 1 end]
    299        
     299
    300300        foreach {otoolentry} ${otool} {
    301301            # fix entries like "libmythswscale.dylib" to "${prefix}/lib/libmythswscale.dylib"
Note: See TracChangeset for help on using the changeset viewer.