[22456] trunk/dports/sysutils/buildtool/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 1 03:04:49 PST 2007


Revision: 22456
          http://trac.macosforge.org/projects/macports/changeset/22456
Author:   pipping at macports.org
Date:     2007-03-01 03:04:49 -0800 (Thu, 01 Mar 2007)

Log Message:
-----------
 * cleanup

Modified Paths:
--------------
    trunk/dports/sysutils/buildtool/Portfile

Modified: trunk/dports/sysutils/buildtool/Portfile
===================================================================
--- trunk/dports/sysutils/buildtool/Portfile	2007-03-01 10:42:32 UTC (rev 22455)
+++ trunk/dports/sysutils/buildtool/Portfile	2007-03-01 11:04:49 UTC (rev 22456)
@@ -1,22 +1,25 @@
 # $Id$
 PortSystem 1.0
-name		buildtool
-version		0.16
-description	Buildtool is a build infrastructure.
-long_description	Buildtool is a highly integrated shell based build \
-			infrastructure. It can be used in the development of any \
-			kind of software package, like standalone programs, shared \
-			libraries or documentation packages due to its modularity.
-maintainers	nomaintainer at macports.org
-categories	sysutils
-platforms	darwin 
-homepage	http://${name}sf.net
-master_sites	sourceforge
-checksums	sha1 27dd75f0977d6f87992b080ce778b76e5d3ba154
-configure.pre_args	-p ${prefix}
-configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
-                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 
+name                buildtool
+version             0.16
+description         Buildtool is a build infrastructure.
+long_description \
+    Buildtool is a highly integrated shell based build infrastructure.  \
+    It can be used in the development of any kind of software package,  \
+    like standalone programs, shared libraries or documentation packages\
+    due to its modularity.
+
+maintainers         nomaintainer at macports.org
+categories          sysutils
+platforms           darwin 
+homepage            http://${name}sf.net
+master_sites        sourceforge
+checksums           sha1 27dd75f0977d6f87992b080ce778b76e5d3ba154
+configure.pre_args  -p ${prefix}
+configure.env       CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
+                    CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 
 post-destroot {
-	file delete -force ${destroot}${prefix}/share/man
-	file rename -force ${destroot}${prefix}/man ${destroot}${prefix}/share
+    delete ${destroot}${prefix}/share/man
+    file rename ${destroot}${prefix}/man \
+      ${destroot}${prefix}/share
 }

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


More information about the macports-changes mailing list