[29426] trunk/dports/devel/cups-headers/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 23 06:27:08 PDT 2007


Revision: 29426
          http://trac.macosforge.org/projects/macports/changeset/29426
Author:   nox at macports.org
Date:     2007-09-23 06:27:08 -0700 (Sun, 23 Sep 2007)

Log Message:
-----------
cups-headers: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/devel/cups-headers/Portfile

Modified: trunk/dports/devel/cups-headers/Portfile
===================================================================
--- trunk/dports/devel/cups-headers/Portfile	2007-09-23 13:23:38 UTC (rev 29425)
+++ trunk/dports/devel/cups-headers/Portfile	2007-09-23 13:27:08 UTC (rev 29426)
@@ -1,35 +1,43 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name	 	cups-headers
-version		1.1.15
-revision	1
-description	CUPS (Common Unix Printing System) headers for Panther (Mac OS X 10.3.x)
-platforms	darwin
-categories	devel
-maintainers	nomaintainer at macports.org
+name            cups-headers
+version         1.1.15
+revision        1
+categories      devel
+platforms       darwin
+maintainers     nomaintainer
+description     CUPS (Common Unix Printing System) headers for Panther (Mac OS X 10.3.x)
 
-distname	cups
-master_sites	http://www.opensource.apple.com/projects/cups/
-checksums	md5 b2aed0b50372687a56f4e665fdd85bee
+long_description \
+    ${description}
 
-configure	{}
-build		{}
-destroot	{
-	file mkdir ${destroot}${prefix}/share/doc/
-	file copy ${filespath}/README.cups-headers.txt ${destroot}${prefix}/share/doc
+master_sites    http://www.opensource.apple.com/projects/cups/
+distname        cups
+
+checksums       md5 b2aed0b50372687a56f4e665fdd85bee
+
+configure {}
+
+build {}
+
+destroot {
+    file mkdir ${destroot}${prefix}/share/doc
+    file copy ${filespath}/README.cups-headers.txt ${destroot}${prefix}/share/doc
 }
 
 platform darwin 7 {
-	build	{
-		system "perl -pi -e 's,includedir=/usr/include,includedir=${prefix}/include,' '${workpath}/${worksrcdir}/cups-config'"
-	}
-	destroot	{
-		system "install -d -m 755 '${destroot}${prefix}/bin'"
-		system "install -c -m 755 '${workpath}/${worksrcdir}/cups-config' '${destroot}${prefix}/bin/'cups-config"
-		system "cd '${workpath}/${worksrcdir}' && make installhdrs INCLUDEDIR='${destroot}${prefix}/include'"
-		file mkdir ${destroot}${prefix}/share/doc/
-		file copy ${filespath}/README.cups-headers.txt ${destroot}${prefix}/share/doc
-	}
+    build {
+        system "perl -pi -e 's,includedir=/usr/include,includedir=${prefix}/include,' '${workpath}/${worksrcdir}/cups-config'"
+    }
+
+	destroot {
+        system "install -d -m 755 '${destroot}${prefix}/bin'"
+        system "install -c -m 755 '${workpath}/${worksrcdir}/cups-config' '${destroot}${prefix}/bin/'cups-config"
+        system "cd '${workpath}/${worksrcdir}' && make installhdrs INCLUDEDIR='${destroot}${prefix}/include'"
+        file mkdir ${destroot}${prefix}/share/doc/
+        file copy ${filespath}/README.cups-headers.txt ${destroot}${prefix}/share/doc
+    }
 }
+

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


More information about the macports-changes mailing list