[77899] trunk/dports
Ryan Schmidt
ryandesign at macports.org
Sat Apr 16 16:45:26 PDT 2011
On Apr 16, 2011, at 17:40, blb at macports.org wrote:
> Revision: 77899
> http://trac.macports.org/changeset/77899
> Author: blb at macports.org
> Date: 2011-04-16 15:40:08 -0700 (Sat, 16 Apr 2011)
> Log Message:
> -----------
> games/rott and graphics/objectmarker - fix reinplace placement and lack of Id
>
> Modified Paths:
> --------------
> trunk/dports/games/rott/Portfile
> trunk/dports/graphics/objectmarker/Portfile
>
> Modified: trunk/dports/games/rott/Portfile
> ===================================================================
> --- trunk/dports/games/rott/Portfile 2011-04-16 22:23:16 UTC (rev 77898)
> +++ trunk/dports/games/rott/Portfile 2011-04-16 22:40:08 UTC (rev 77899)
> @@ -1,3 +1,4 @@
> +# $Id$
> PortSystem 1.0
> name rott
> version 1.1.1
> @@ -30,5 +31,7 @@
> file copy ${worksrcpath}/${name} ${destroot}${prefix}/bin/
> }
>
> -reinplace "s|LDFLAGS += -Wl,-E|LDFLAGS += -Wl|g" ${worksrcpath}/Makefile
> +post-extract {
> + reinplace "s|LDFLAGS += -Wl,-E|LDFLAGS += -Wl|g" ${worksrcpath}/Makefile
> +}
Please do patches -- such as reinplacements -- in the patch phase, not the extract phase.
More information about the macports-dev
mailing list