New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81863


Ignore:
Timestamp:
08/06/11 00:53:41 (4 years ago)
Author:
jmr@…
Message:

ffmpeg: use notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/ffmpeg/Portfile

    r81862 r81863  
    182182} 
    183183 
    184 post-activate { 
    185     if {![variant_isset no_nonfree]} { 
    186         ui_msg " 
     184if {![variant_isset no_nonfree]} { 
     185notes " 
    187186******* 
    188187******* This build of ${name} includes nonfree code as follows: 
     
    202201******* 
    203202" 
    204     } elseif {![variant_isset no_gpl]} { 
    205         ui_msg " 
     203} elseif {![variant_isset no_gpl]} { 
     204notes " 
    206205******* 
    207206******* This build of ${name} includes GPLed code and 
     
    218217******* 
    219218" 
    220     } else { 
    221         ui_msg " 
     219} else { 
     220notes " 
    222221******* 
    223222******* This build of ${name} includes no GPLed or nonfree 
     
    225224******* 
    226225" 
    227     } 
    228226} 
    229227 
Note: See TracChangeset for help on using the changeset viewer.