Ticket #914: portfile.diff
File portfile.diff, 695 bytes (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 4 4 5 5 name docbook-xsl 6 6 version 1.61.0 7 revision 1 7 8 categories textproc 8 9 description the docbook xsl stylesheets 9 10 platforms darwin … … 12 13 checksums md5 a9b7e4258a9d2dc9e5f81102ee63f5cb 13 14 configure {} 14 15 build {} 16 17 set dirs_to_install "common fo html htmlhelp javahelp lib manpages template xhtml" 15 18 destroot { file mkdir ${destroot}/${prefix}/share/xsl/${name}/${version} 16 19 system "cd ${worksrcpath} && \ 17 tar -cf - VERSION common fo html lib params xhtml| \20 tar -cf - VERSION ${dirs_to_install} | \ 18 21 tar -xf - -C ${destroot}/${prefix}/share/xsl/${name}/${version}" 19 22 }