most recent changes, diff for boost-jam
Index: devel/boost-jam/Portfile
--- devel/boost-jam/Portfile (revision 33910)
+++ devel/boost-jam/Portfile (revision 33911)
@@ -1,17 +1,18 @@
# $Id$
PortSystem 1.0
+
name boost-jam
version 3.1.16
categories devel
maintainers gmail.com:jon.olsson
description Boost.Jam (BJam) is a build tool based on FTJam
long_description \
- Boost.Jam (BJam) is a build tool based on FTJam, \
- which in turn is based on Perforce Jam. It contains \
- significant improvements made to facilitate its use \
- in the Boost Build System, but should be backward \
- compatible with Perforce Jam.
+ Boost.Jam (BJam) is a build tool based on FTJam, \
+ which in turn is based on Perforce Jam. It contains \
+ significant improvements made to facilitate its use \
+ in the Boost Build System, but should be backward \
+ compatible with Perforce Jam.
homepage http://www.boost.org
master_sites sourceforge:boost
extract.suffix .tgz
@@ -21,8 +22,8 @@
platforms darwin
post-patch {
- reinplace "s|/usr/share/boost-build|${prefix}/share/boost-build|" \
- ${worksrcpath}/jambase.c
+ reinplace "s|/usr/share/boost-build|${prefix}/share/boost-build|" \
+ ${worksrcpath}/jambase.c
}
use_configure no
@@ -32,9 +33,9 @@
build.target
destroot {
- xinstall -d -m 0755 ${destroot}${prefix}/bin
- xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/bin
+ xinstall -d -m 0755 ${destroot}${prefix}/bin
+ xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/bin
- xinstall -d -m 0755 ${destroot}${prefix}/lib/bjam/bin/
- xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/lib/bjam/bin/jam
+ xinstall -d -m 0755 ${destroot}${prefix}/lib/bjam/bin/
+ xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/lib/bjam/bin/jam
}