[82846] trunk/dports/net/pwlib/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Aug 28 13:03:44 PDT 2011
On Aug 20, 2011, at 21:46, jmr at macports.org wrote:
> Revision: 82846
> http://trac.macports.org/changeset/82846
> Author: jmr at macports.org
> Date: 2011-08-20 19:46:30 -0700 (Sat, 20 Aug 2011)
> Log Message:
> -----------
> pwlib: don't use relative paths in post-patch reinplace
> @@ -32,8 +32,8 @@
> build.target both
> post-patch {
> reinplace "s|@@PREFIX@@|${prefix}|g" \
> - src/ptlib/unix/Makefile \
> - make/unix.mak
> + ${worksrcpath}/src/ptlib/unix/Makefile \
> + ${worksrcpath}/make/unix.mak
For MacPorts 2 Rainer added the -W flag to the system command... should we maybe add a -W flag to the reinplace command too?
More information about the macports-dev
mailing list