[29031] trunk/dports/devel/libsdl_image/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Sep 13 14:22:18 PDT 2007
On Sep 13, 2007, at 08:39, source_changes at macosforge.org wrote:
> Revision: 29031
> http://trac.macosforge.org/projects/macports/changeset/29031
> Author: nox at macports.org
> Date: 2007-09-13 06:39:36 -0700 (Thu, 13 Sep 2007)
>
> Log Message:
> -----------
> libsdl_image: Changed docdir to a versioned one.
>
> Modified Paths:
> --------------
> trunk/dports/devel/libsdl_image/Portfile
>
> Modified: trunk/dports/devel/libsdl_image/Portfile
> ===================================================================
> --- trunk/dports/devel/libsdl_image/Portfile 2007-09-13 13:38:23
> UTC (rev 29030)
> +++ trunk/dports/devel/libsdl_image/Portfile 2007-09-13 13:39:36
> UTC (rev 29031)
> @@ -5,6 +5,7 @@
> name libsdl_image
> set my_name SDL_image
> version 1.2.6
> +revision 1
> categories devel graphics
> platforms macosx
> maintainers nox openmaintainer
> @@ -27,7 +28,7 @@
> configure.args --disable-sdltest
>
> post-destroot {
> - xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
> + xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}-$
> {version}
> xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
> ${destroot}${prefix}/share/doc/${name}
> }
But didn't you forget to change the next line also?
More information about the macports-dev
mailing list