On Jan 10, 2010, at 13:00, [email protected] wrote: > post-destroot { > - set docdir ${destroot}/${prefix}/share/doc/${name} > + set docdir ${destroot}/${prefix}/share/doc/${name}-${version}
Actually we decided we don't want versioned documentation directories: http://lists.macosforge.org/pipermail/macports-dev/2009-October/010526.html > - foreach file "AUTHORS INSTALL NEWS PORTS README" { > + foreach file "AUTHORS COPYING INSTALL NEWS PORTS README" { I usually recommend not installing the INSTALL file, since its only purpose is to tell you how to install the software, a task MacPorts has already accomplished by the time these files are installed. https://trac.macports.org/wiki/PortfileRecipes#doc _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
