Ticket #914: portfile.diff

File portfile.diff, 695 bytes (added by blb@…, 21 years ago)

unidiff patch to Portfile

  • Portfile

    old new  
    44
    55name            docbook-xsl
    66version         1.61.0 
     7revision        1
    78categories      textproc
    89description     the docbook xsl stylesheets
    910platforms       darwin
     
    1213checksums       md5 a9b7e4258a9d2dc9e5f81102ee63f5cb
    1314configure       {}
    1415build           {}
     16
     17set dirs_to_install     "common fo html htmlhelp javahelp lib manpages template xhtml"
    1518destroot        { file mkdir ${destroot}/${prefix}/share/xsl/${name}/${version}
    1619                  system "cd ${worksrcpath} && \
    17                         tar -cf - VERSION common fo html lib params xhtml | \
     20                        tar -cf - VERSION ${dirs_to_install} | \
    1821                        tar -xf - -C ${destroot}/${prefix}/share/xsl/${name}/${version}"
    1922                }