New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83379


Ignore:
Timestamp:
08/30/11 17:11:11 (4 years ago)
Author:
dports@…
Message:

pgf: add license; use texlive.mktexlsr command in post-activate and
post-deactivate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/tex/pgf/Portfile

    r81291 r83379  
    99categories          tex textproc 
    1010platforms           darwin 
     11license             {GPL-2 LPPL-1.3} 
    1112maintainers         snc openmaintainer 
    1213description         PGF and TikZ -- Graphic systems for TeX 
     
    4243 
    4344post-activate { 
    44     system "texhash" 
     45    texlive.mktexlsr 
     46} 
     47 
     48post-deactivate { 
     49    texlive.mktexlsr 
    4550} 
    4651 
Note: See TracChangeset for help on using the changeset viewer.