New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80841


Ignore:
Timestamp:
07/18/11 15:07:59 (4 years ago)
Author:
dports@…
Message:

texlive-lang-ukenglish stub: error out in pre-configure rather than pre-fetch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/tex/texlive-lang-ukenglish/Portfile

    r73314 r80841  
    1717platforms           darwin 
    1818supported_archs     noarch 
    19 master_sites        http://flute.csail.mit.edu/texlive/ 
     19distfiles 
    2020 
    2121replaced_by         texlive-lang-english 
    2222 
    23 pre-fetch { 
    24     ui_msg "$name has been replaced by texlive-lang-english." 
    25     return -code error "$name cannot be installed" 
     23pre-configure { 
     24    ui_error "${name} has been replaced by ${replaced_by}; please install that port instead" 
     25    return -code error "obsolete port" 
    2626} 
    2727 
    28 use_configure       no 
    29 build               {} 
    30 destroot            {} 
    3128livecheck.type      none 
Note: See TracChangeset for help on using the changeset viewer.