[90234] trunk/dports/devel/lua-luahpdf/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Mar 13 18:19:03 PDT 2012
On Feb 27, 2012, at 05:36, and.damore at macports.org wrote:
> Revision: 90234
> http://trac.macports.org/changeset/90234
> Author: and.damore at macports.org
> Date: 2012-02-27 03:36:30 -0800 (Mon, 27 Feb 2012)
> Log Message:
> -----------
> port lua-luahpdf: installing examples
>
> Modified Paths:
> --------------
> trunk/dports/devel/lua-luahpdf/Portfile
>
> Modified: trunk/dports/devel/lua-luahpdf/Portfile
> ===================================================================
> --- trunk/dports/devel/lua-luahpdf/Portfile 2012-02-27 11:24:51 UTC (rev 90233)
> +++ trunk/dports/devel/lua-luahpdf/Portfile 2012-02-27 11:36:30 UTC (rev 90234)
> @@ -40,6 +40,8 @@
> LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
>
> post-destroot {
> + xinstall -d -m 755 ${destroot}${prefix}/share/examples
> + file copy ${worksrcpath}/demo ${destroot}${prefix}/share/examples/${name}
> file rename ${destroot}${prefix}/share/doc/luahpdf ${destroot}${prefix}/share/doc/${name}
Since this changes what files are installed, the revision should be increased.
More information about the macports-dev
mailing list