[62541] trunk/dports/net/openvpn2/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Jan 13 16:01:24 PST 2010
On Jan 10, 2010, at 13:00, pmq at macports.org 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
More information about the macports-dev
mailing list