[25682] trunk/dports/textproc/docbook-xsl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon May 28 00:29:03 PDT 2007


Revision: 25682
          http://trac.macosforge.org/projects/macports/changeset/25682
Author:   boeyms at macports.org
Date:     2007-05-28 00:29:03 -0700 (Mon, 28 May 2007)

Log Message:
-----------
textproc/docbook-xsl:
 * Whitespace changes only.

Modified Paths:
--------------
    trunk/dports/textproc/docbook-xsl/Portfile

Modified: trunk/dports/textproc/docbook-xsl/Portfile
===================================================================
--- trunk/dports/textproc/docbook-xsl/Portfile	2007-05-28 07:27:38 UTC (rev 25681)
+++ trunk/dports/textproc/docbook-xsl/Portfile	2007-05-28 07:29:03 UTC (rev 25682)
@@ -2,37 +2,37 @@
 
 PortSystem 1.0
 
-name 		docbook-xsl
-version		1.72.0
-categories	textproc
-description	the docbook xsl stylesheets
-platforms	darwin
+name        docbook-xsl
+version     1.72.0
+categories  textproc
+description the docbook xsl stylesheets
+platforms   darwin
 maintainers     boeyms at macports.org openmaintainer at macports.org
-master_sites	sourceforge:docbook
-homepage	http://docbook.sourceforge.net/
-checksums	md5 b38b895d47ef7058e4d42b52fdae23f4 \
-		sha1 d2b4411652b14842ff77fc51fd675408f76e8147 \
-		rmd160 4df75842c4cda825ba5f36f5e5235e796e49b1bb
-use_configure 	no
+master_sites    sourceforge:docbook
+homepage    http://docbook.sourceforge.net/
+checksums   md5 b38b895d47ef7058e4d42b52fdae23f4 \
+            sha1 d2b4411652b14842ff77fc51fd675408f76e8147 \
+            rmd160 4df75842c4cda825ba5f36f5e5235e796e49b1bb
+use_configure   no
 use_bzip2   yes
 depends_run port:xmlcatmgr
-build		{}
+build       {}
 
-set dirs_to_install	"catalog.xml common eclipse extensions fo highlighting \
-			html htmlhelp images javahelp lib manpages params \
-			profiling roundtrip slides template tools xhtml VERSION"
-set instdir			"share/xsl/${name}"
+set dirs_to_install "catalog.xml common eclipse extensions fo highlighting \
+                    html htmlhelp images javahelp lib manpages params \
+                    profiling roundtrip slides template tools xhtml VERSION"
+set instdir         "share/xsl/${name}"
 
-destroot	{
-	xinstall -m 755 -d ${destroot}/${prefix}/${instdir} \
-		${destroot}/${prefix}/share/doc/${name} \
-		${destroot}/${prefix}/share/${name}
-	xinstall -m 644 -W ${worksrcpath} BUGS ChangeHistory.xml.zip README \
-		RELEASE-NOTES.html RELEASE-NOTES.xml TODO VERSION NEWS COPYING \
-		${destroot}/${prefix}/share/doc/${name}
-	foreach dirname $dirs_to_install {
-		file copy ${worksrcpath}/${dirname} ${destroot}/${prefix}/${instdir}
-	}
+destroot {
+    xinstall -m 755 -d ${destroot}/${prefix}/${instdir} \
+        ${destroot}/${prefix}/share/doc/${name} \
+        ${destroot}/${prefix}/share/${name}
+    xinstall -m 644 -W ${worksrcpath} BUGS ChangeHistory.xml.zip README \
+        RELEASE-NOTES.html RELEASE-NOTES.xml TODO VERSION NEWS COPYING \
+        ${destroot}/${prefix}/share/doc/${name}
+    foreach dirname $dirs_to_install {
+        file copy ${worksrcpath}/${dirname} ${destroot}/${prefix}/${instdir}
+    }
 }
 post-activate {
     # xmlcatmgr as installed by MacPorts defaults to using

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


More information about the macports-changes mailing list