[33911] trunk/dports/devel/boost-jam/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Feb 6 23:11:52 PST 2008


Revision: 33911
          http://trac.macosforge.org/projects/macports/changeset/33911
Author:   ryandesign at macports.org
Date:     2008-02-06 23:11:51 -0800 (Wed, 06 Feb 2008)

Log Message:
-----------
boost-jam: whitespace changes; see #14180

Modified Paths:
--------------
    trunk/dports/devel/boost-jam/Portfile

Modified: trunk/dports/devel/boost-jam/Portfile
===================================================================
--- trunk/dports/devel/boost-jam/Portfile	2008-02-07 07:10:45 UTC (rev 33910)
+++ trunk/dports/devel/boost-jam/Portfile	2008-02-07 07:11:51 UTC (rev 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
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080206/8fb782da/attachment.html


More information about the macports-changes mailing list