Opened 13 years ago
Closed 13 years ago
#31682 closed enhancement (fixed)
libvorbis: use unversioned docdir
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | rmstonecipher@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libvorbis |
Description
libvorbis seems to have borrowed some of its portfile code from libogg:
post-destroot { set docdir ${prefix}/share/doc/${name}-${version} if {! [variant_isset doc]} { xinstall -d ${destroot}${docdir} } xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING README \ ${destroot}${docdir} }
Problem is, libvorbis doesn't have a doc variant. It just always installs the additional documentation (as I've requested libogg also do in #31681). But it would be good to clean up this code in libvorbis, and also to install into an unversioned docdir, if you can figure out where to patch the makefile to do that.
Change History (2)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Type: | defect → enhancement |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r86200.