[70604] trunk/dports/sysutils/mdate/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 14 19:57:04 PDT 2010


Revision: 70604
          http://trac.macports.org/changeset/70604
Author:   ryandesign at macports.org
Date:     2010-08-14 19:57:03 -0700 (Sat, 14 Aug 2010)
Log Message:
-----------
mdate: whitespace changes only

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

Modified: trunk/dports/sysutils/mdate/Portfile
===================================================================
--- trunk/dports/sysutils/mdate/Portfile	2010-08-15 02:48:23 UTC (rev 70603)
+++ trunk/dports/sysutils/mdate/Portfile	2010-08-15 02:57:03 UTC (rev 70604)
@@ -1,35 +1,49 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name		mdate
-version		1.5.1
-categories	sysutils
-platforms	darwin freebsd
-maintainers	nomaintainer
-description	utility that converts Gregorian dates to Mayan Long Count dates
-long_description	${description}
+name                    mdate
+version                 1.5.1
+categories              sysutils
+platforms               darwin freebsd
+maintainers             nomaintainer
 
-homepage	http://mdate.sourceforge.net/
-master_sites	sourceforge
-checksums		md5 a759efa3838a990f4e5332d45fa89cab
+description             utility that converts Gregorian dates to Mayan Long Count dates
 
-use_configure	no
+long_description        ${description}
 
-platform darwin	{
-	build.target	target=osx
+homepage                http://mdate.sourceforge.net/
+master_sites            sourceforge
+
+checksums               md5     a759efa3838a990f4e5332d45fa89cab
+
+use_configure           no
+
+platform darwin {
+    build.target        target=osx
 }
 
-platform freebsd	{
-	build.target	target=freebsd
+platform freebsd {
+    build.target        target=freebsd
 }
 
-destroot	{
-	xinstall -s -m 755 ${worksrcpath}/mdate ${destroot}${prefix}/bin
-	xinstall -m 644 ${worksrcpath}/mdate.1 \
-		${destroot}${prefix}/share/man/man1
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} API AUTHORS BUGS ChangeLog NEWS \
-		README Translators mdate-1.html mdate-2.html mdate-3.html \
-		mdate-4.html mdate.html ${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -s -m 755 ${worksrcpath}/mdate ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/mdate.1 ${destroot}${prefix}/share/man/man1
+    
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        API \
+        AUTHORS \
+        BUGS \
+        ChangeLog \
+        NEWS \
+        README \
+        Translators \
+        mdate-1.html \
+        mdate-2.html \
+        mdate-3.html \
+        mdate-4.html \
+        mdate.html \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100814/f198a569/attachment-0001.html>


More information about the macports-changes mailing list