[22444] trunk/dports/sysutils/bdump/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 1 00:10:59 PST 2007


Revision: 22444
          http://trac.macosforge.org/projects/macports/changeset/22444
Author:   pipping at macports.org
Date:     2007-03-01 00:10:59 -0800 (Thu, 01 Mar 2007)

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

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

Modified: trunk/dports/sysutils/bdump/Portfile
===================================================================
--- trunk/dports/sysutils/bdump/Portfile	2007-03-01 08:00:52 UTC (rev 22443)
+++ trunk/dports/sysutils/bdump/Portfile	2007-03-01 08:10:59 UTC (rev 22444)
@@ -2,31 +2,32 @@
 
 PortSystem 1.0
 
-name			bdump
-version			3.4
-categories		sysutils
-platforms		darwin
-maintainers		mww at opendarwin.org
-description		allows viwing hex and ASCII formats side by side
-long_description	A replacement for od for viewing binary files. Allows \
-				viewing hex and ASCII formats side by side.
+name            bdump
+version         3.4
+categories      sysutils
+platforms       darwin
+maintainers     mww at opendarwin.org
+description     allows viwing hex and ASCII formats side by side
+long_description \
+    A replacement for od for viewing binary files. Allows viewing hex   \
+    and ASCII formats side by side.
 
-homepage		http://www.braham.net/Phil/linux_utils.html
-master_sites	http://www.braham.net/Phil/Linux_utils/bdump/
-distname		${name}
-checksums		md5 8a95f50375fe9b70772b1769945e374e
-use_zip			yes
+homepage        http://www.braham.net/Phil/linux_utils.html
+master_sites    http://www.braham.net/Phil/Linux_utils/bdump/
+distname        ${name}
+checksums       md5 8a95f50375fe9b70772b1769945e374e
+use_zip         yes
 
-worksrcdir
+worksrcdir      
 
-use_configure	no
+use_configure   no
 
-build	{
-	system "cd ${worksrcpath} && cc bdump.c -o bdump"
+build {
+    system "cd ${worksrcpath} && cc bdump.c -o bdump"
 }
 
-destroot	{
-	xinstall -m 755 ${worksrcpath}/bdump ${destroot}${prefix}/bin
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -m 755 ${worksrcpath}/bdump ${destroot}${prefix}/bin
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
 }

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


More information about the macports-changes mailing list