New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80054


Ignore:
Timestamp:
07/03/11 05:55:55 (4 years ago)
Author:
jmr@…
Message:

x11font portgroup: enable post-deactivate code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/_resources/port1.0/group/x11font-1.0.tcl

    r80053 r80054  
    7171    } 
    7272 
    73     # This should be done when uninstalling, but deactivate doesn't currently 
    74     # work 
    75 #    post-deactivate { 
    76 #        system "mkfontscale ${x11font_myfontdir}" 
    77 #        system "mkfontdir ${x11font_myfontdir}" 
    78 #        system "fc-cache ${x11font_myfontdir}" 
    79 #    } 
     73    post-deactivate { 
     74        system "mkfontscale ${x11font_myfontdir}" 
     75        system "mkfontdir ${x11font_myfontdir}" 
     76        system "fc-cache ${x11font_myfontdir}" 
     77    } 
    8078 
    8179    livecheck.type      regex 
     
    8381    livecheck.url       ${master_sites} 
    8482} 
    85  
Note: See TracChangeset for help on using the changeset viewer.