[21779] trunk/dports/textproc/expat/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 6 09:34:05 PST 2007


Revision: 21779
          http://trac.macosforge.org/projects/macports/changeset/21779
Author:   pipping at macports.org
Date:     2007-02-06 09:34:05 -0800 (Tue, 06 Feb 2007)

Log Message:
-----------
removing obsolete line, whitespace

Modified Paths:
--------------
    trunk/dports/textproc/expat/Portfile

Modified: trunk/dports/textproc/expat/Portfile
===================================================================
--- trunk/dports/textproc/expat/Portfile	2007-02-06 08:47:26 UTC (rev 21778)
+++ trunk/dports/textproc/expat/Portfile	2007-02-06 17:34:05 UTC (rev 21779)
@@ -1,42 +1,35 @@
 # $Id$
 
-PortSystem		1.0
-name			expat
-version			2.0.0
-revision		1
-categories		textproc devel
-maintainers		pipping at macports.org openmaintainer at macports.org
-description		XML 1.0 parser written in C
-long_description	${description}
+PortSystem         1.0
+name               expat
+version            2.0.0
+revision           1
+categories         textproc devel
+maintainers        pipping at macports.org openmaintainer at macports.org
+description        XML 1.0 parser written in C
+long_description   ${description}
+platforms          darwin freebsd
+homepage           http://expat.sourceforge.net/
+master_sites       sourceforge
+checksums          md5 d945df7f1c0868c5c73cf66ba9596f3f \
+                   sha1 9ff011a75a1f5b60145c4afdec520442cb398d93 \
+                   rmd160 f52ccab26950d0148c3e8b644d7c9021734de318
+configure.args     --mandir=\\\${prefix}/share/man
+destroot.destdir   prefix=${destroot}${prefix}
 
-platforms		darwin freebsd
-
-homepage		http://expat.sourceforge.net/
-master_sites		sourceforge
-
-checksums		md5 d945df7f1c0868c5c73cf66ba9596f3f \
-			sha1 9ff011a75a1f5b60145c4afdec520442cb398d93 \
-			rmd160 f52ccab26950d0148c3e8b644d7c9021734de318
-
-configure.args		--mandir=\\\${prefix}/share/man
-
-build.type		gnu
-
-destroot.destdir 	prefix=${destroot}${prefix}
-
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
-		${destroot}${prefix}/share/examples/${name}
-	xinstall -m 644 -W ${worksrcpath} COPYING Changes README \
-		${destroot}${prefix}/share/doc/${name}
-	eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/examples elements.c outline.c \
-		${destroot}${prefix}/share/examples/${name}
-	cd ${destroot}${prefix}/lib
-	system "ln -s libexpat.1.dylib libexpat.0.dylib"
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
+            ${destroot}${prefix}/share/examples/${name}
+        xinstall -m 644 -W ${worksrcpath} COPYING Changes README \
+            ${destroot}${prefix}/share/doc/${name}
+        eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
+            ${destroot}${prefix}/share/doc/${name}
+        xinstall -m 644 -W ${worksrcpath}/examples elements.c outline.c \
+            ${destroot}${prefix}/share/examples/${name}
+        cd ${destroot}${prefix}/lib
+        system "ln -s libexpat.1.dylib libexpat.0.dylib"
 }
 
 variant no_static {
-	configure.args-append	--disable-static
+        configure.args-append --disable-static
 }

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


More information about the macports-changes mailing list