[42122] trunk/dports/sysutils/disktype/Portfile

blb at macports.org blb at macports.org
Sat Nov 15 14:37:03 PST 2008


Revision: 42122
          http://trac.macports.org/changeset/42122
Author:   blb at macports.org
Date:     2008-11-15 14:37:02 -0800 (Sat, 15 Nov 2008)
Log Message:
-----------
sysutils/disktype - whitespace changes

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

Modified: trunk/dports/sysutils/disktype/Portfile
===================================================================
--- trunk/dports/sysutils/disktype/Portfile	2008-11-15 22:24:23 UTC (rev 42121)
+++ trunk/dports/sysutils/disktype/Portfile	2008-11-15 22:37:02 UTC (rev 42122)
@@ -1,25 +1,26 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			disktype
-version			9
-categories		sysutils
-platforms		darwin
-maintainers		nomaintainer
-description		Detects the content format of a disk or disk image
-long_description	Detects the content format of a disk or disk image by \
-					checking for signatures of file systems, partition tables, \
-					and boot codes.
+name                disktype
+version             9
+categories          sysutils
+platforms           darwin
+maintainers         nomaintainer
+description         Detects the content format of a disk or disk image
+long_description \
+   Detects the content format of a disk or disk image by checking for \
+   signatures of file systems, partition tables, and boot codes.
 
-homepage		http://disktype.sourceforge.net/
-master_sites	sourceforge
-checksums		sha1 5ccc55d1c47f9a37becce7336c4aa3a7a43cc89c
+homepage            http://disktype.sourceforge.net/
+master_sites        sourceforge
+checksums           sha1 5ccc55d1c47f9a37becce7336c4aa3a7a43cc89c
 
-use_configure	no
+use_configure       no
 
 destroot {
-	xinstall -m 755 -s ${worksrcpath}/disktype ${destroot}${prefix}/sbin
-	xinstall -m 644 ${worksrcpath}/disktype.1 \
-		${destroot}${prefix}/share/man/man1
+   xinstall -m 755 -s ${worksrcpath}/disktype ${destroot}${prefix}/sbin
+   xinstall -m 644 ${worksrcpath}/disktype.1 \
+      ${destroot}${prefix}/share/man/man1
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081115/54ddf370/attachment.html>


More information about the macports-changes mailing list