[56206] trunk/dports/textproc/jive/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 25 02:08:00 PDT 2009


Revision: 56206
          http://trac.macports.org/changeset/56206
Author:   ryandesign at macports.org
Date:     2009-08-25 02:07:58 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
jive: whitespace changes only (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/textproc/jive/Portfile

Modified: trunk/dports/textproc/jive/Portfile
===================================================================
--- trunk/dports/textproc/jive/Portfile	2009-08-25 09:03:32 UTC (rev 56205)
+++ trunk/dports/textproc/jive/Portfile	2009-08-25 09:07:58 UTC (rev 56206)
@@ -1,26 +1,32 @@
 # $Id$
 
-PortSystem 1.0
-name		jive
-version		1.1
-revision	1
-categories	textproc
-maintainers	nomaintainer
-description	Convert English text to Jive
-platforms	darwin
+PortSystem              1.0
 
-master_sites	ftp://nuxi.ucdavis.edu/pub/misc/ \
-		freebsd \
-		http://soupnazi.org/OSX/dports/distfiles/
+name                    jive
+version                 1.1
+revision                1
+categories              textproc
+maintainers             nomaintainer
+platforms               darwin
 
-checksums	md5 6d1132f08857d67b94e45339f5dbed29
+description             Convert English text to Jive
 
-worksrcdir	jive
+master_sites            ftp://nuxi.ucdavis.edu/pub/misc/ \
+                        freebsd \
+                        http://soupnazi.org/OSX/dports/distfiles/
 
-configure	{ reinplace "s|prefix	= /usr/local|prefix = ${destroot}${prefix}|g" ${worksrcpath}/Makefile }
+checksums               md5 6d1132f08857d67b94e45339f5dbed29
 
-post-configure	{ system "install -o root -m 755 -d ${destroot}${prefix}/bin"
-		  system "install -o root -m 755 -d \
-		    ${destroot}${prefix}/share/man/man1" }
+worksrcdir              jive
 
-destroot.args	prefix=${destroot}${prefix} MANDIR=${destroot}${prefix}/share/man/man1
+configure {
+    reinplace "s|prefix = /usr/local|prefix = ${destroot}${prefix}|g" ${worksrcpath}/Makefile
+}
+
+post-configure {
+    system "install -o root -m 755 -d ${destroot}${prefix}/bin"
+    system "install -o root -m 755 -d ${destroot}${prefix}/share/man/man1"
+}
+
+destroot.args           prefix=${destroot}${prefix} \
+                        MANDIR=${destroot}${prefix}/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090825/a6f6d5ae/attachment.html>


More information about the macports-changes mailing list