[33036] trunk/dports/gnome/gnome-menus/Portfile

nox at macports.org nox at macports.org
Wed Jan 16 19:10:41 PST 2008


Revision: 33036
          http://trac.macosforge.org/projects/macports/changeset/33036
Author:   nox at macports.org
Date:     2008-01-16 19:10:40 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
gnome-menus: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-menus/Portfile

Modified: trunk/dports/gnome/gnome-menus/Portfile
===================================================================
--- trunk/dports/gnome/gnome-menus/Portfile	2008-01-17 03:07:14 UTC (rev 33035)
+++ trunk/dports/gnome/gnome-menus/Portfile	2008-01-17 03:10:40 UTC (rev 33036)
@@ -1,33 +1,37 @@
 # $Id$
-PortSystem 1.0
-name		gnome-menus
-version		2.20.1
-description	Panel component for the GNOME 2 Desktop.
-long_description        Panel component for the GNOME 2 Desktop.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
+
+PortSystem      1.0
+
+name            gnome-menus
+version         2.20.1
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin 
+description     Panel component for the GNOME 2 Desktop.
+
+long_description \
+    ${description}
+
+homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
+use_bzip2       yes
 
-checksums	rmd160 8ffef9d7e76c9876df720436feb99ab36404ee9d
+checksums       rmd160 8ffef9d7e76c9876df720436feb99ab36404ee9d
 
-depends_lib \
-	port:glib2 \
-	port:py25-gtk
-depends_build \
-	port:gnome-doc-utils
-	
-use_bzip2 	yes
+depends_build   port:gnome-doc-utils
 
+depends_lib     port:glib2 \
+                port:py25-gtk
+    
 configure.args  --mandir=${prefix}/share/man
-configure.env	PYTHON=${prefix}/bin/python2.5
 
+configure.env   PYTHON=${prefix}/bin/python2.5
+
 post-extract {
-	reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/gmenu-simple-editor.in
-	reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/config.py.in
-	reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/main.py
-	reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/maindialog.py
-	reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/menufilewriter.py
-	reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/menutreemodel.py	
+    reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/gmenu-simple-editor.in
+    reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/config.py.in
+    reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/main.py
+    reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/maindialog.py
+    reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/menufilewriter.py
+    reinplace "s|/usr/bin/env python|${prefix}/bin/python|g" ${worksrcpath}/simple-editor/GMenuSimpleEditor/menutreemodel.py    
 }

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


More information about the macports-changes mailing list