New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79366


Ignore:
Timestamp:
06/11/11 10:37:44 (4 years ago)
Author:
ryandesign@…
Message:

dblatex: fix improper catalog path; see http://lists.macosforge.org/pipermail/macports-users/2011-June/024476.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/dblatex/Portfile

    r70250 r79366  
    77name                dblatex 
    88version             0.3 
    9 revision            1 
     9revision            2 
    1010categories          textproc tex 
    1111maintainers         nomaintainer 
     
    4646destroot.cmd        ${python.bin} setup.py 
    4747destroot.destdir    --root=${destroot} \ 
    48                     --catalogs==${destroot}${prefix}/etc/xml/catalog 
     48                    --catalogs=${destroot}${prefix}/etc/xml/catalog 
    4949 
    5050python.link_binaries no 
Note: See TracChangeset for help on using the changeset viewer.