[35495] trunk/dports/python/py25-pyprotocols/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Mar 29 04:13:38 PDT 2008


On Mar 29, 2008, at 05:43, akira at macports.org wrote:

> Added docs.

[snip]

> +post-destroot {
> +	file delete -force ${destroot}${prefix}/share/doc/${name}
> +	file copy ${worksrcpath}/docs/ref \
> +		${destroot}${prefix}/share/doc/${name}
> +	xinstall -m 644 -W ${worksrcpath} \
> +		CHANGES.txt README.txt TODO.txt UPGRADING.txt \
> +		${destroot}${prefix}/share/doc/${name}
> +}

This changes the complement of files installed by the port, therefore  
the port revision should be incremented so everyone gets those new  
files. I did so in r35501.




More information about the macports-dev mailing list