[22409] trunk/dports/devel/indent/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 28 00:56:51 PST 2007


Revision: 22409
          http://trac.macosforge.org/projects/macports/changeset/22409
Author:   pipping at macports.org
Date:     2007-02-28 00:56:50 -0800 (Wed, 28 Feb 2007)

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

Modified Paths:
--------------
    trunk/dports/devel/indent/Portfile

Modified: trunk/dports/devel/indent/Portfile
===================================================================
--- trunk/dports/devel/indent/Portfile	2007-02-28 08:50:46 UTC (rev 22408)
+++ trunk/dports/devel/indent/Portfile	2007-02-28 08:56:50 UTC (rev 22409)
@@ -8,18 +8,22 @@
 categories      devel
 maintainers     nomaintainer at macports.org
 description     C language source code formatting program
-long_description "GNU indent changes the appearance of a C program by \
-		inserting or deleting whitespace according to a plethora \
-		of options.  Some canned styles of formatting are supported \
-		as well.  GNU indent is a descendant of BSD indent.\
-		GNU indent does NOT work for C++, only C."
-homepage	http://www.gnu.org/software/indent/
-platforms	darwin
+long_description \
+    GNU indent changes the appearance of a C program by inserting or    \
+    deleting whitespace according to a plethora of options.  Some canned\
+    styles of formatting are supported as well.  GNU indent is a        \
+    descendant of BSD indent. GNU indent does NOT work for C++, only C.
+
+homepage        http://www.gnu.org/software/indent/
+platforms       darwin
 master_sites    gnu
 checksums      	md5 dcdbb163bef928306dee2a0cfc581c89
-configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-               --program-prefix=gnu
-depends_lib	port:gettext port:libiconv
-patchfiles	patch-texinfo2man.c patch-src__indent.h
-build.post_args	CPPFLAGS="-I${prefix}/include"
-post-destroot	{ system "mv ${destroot}${prefix}/doc ${destroot}${prefix}/share/doc" }
+configure.args  --mandir=${prefix}/share/man \
+                --infodir=${prefix}/share/info \
+                --program-prefix=gnu
+depends_lib     port:gettext port:libiconv
+patchfiles      patch-texinfo2man.c patch-src__indent.h
+build.post_args CPPFLAGS="-I${prefix}/include"
+post-destroot {
+    file rename ${destroot}${prefix}/doc ${destroot}${prefix}/share/doc
+}

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


More information about the macports-changes mailing list