[48894] trunk/dports/devel/libconfuse/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 31 01:28:08 PDT 2009


Revision: 48894
          http://trac.macports.org/changeset/48894
Author:   ryandesign at macports.org
Date:     2009-03-31 01:28:08 -0700 (Tue, 31 Mar 2009)
Log Message:
-----------
libconfuse: whitespace changes only

Modified Paths:
--------------
    trunk/dports/devel/libconfuse/Portfile

Modified: trunk/dports/devel/libconfuse/Portfile
===================================================================
--- trunk/dports/devel/libconfuse/Portfile	2009-03-31 08:24:07 UTC (rev 48893)
+++ trunk/dports/devel/libconfuse/Portfile	2009-03-31 08:28:08 UTC (rev 48894)
@@ -1,24 +1,28 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			libconfuse
-version			2.6
-categories		devel
-platforms		darwin
-maintainers		nomaintainer
-description		libConfuse is a configuration file parser library
-long_description	${description}
+name                    libconfuse
+version                 2.6
+categories              devel
+platforms               darwin
+maintainers             nomaintainer
+description             libConfuse is a configuration file parser library
+long_description        ${description}
 
-homepage		http://www.nongnu.org/confuse/
-master_sites	http://savannah.nongnu.org/download/confuse/ \
-		http://bzero.se/confuse/
-distname		confuse-${version}
-checksums		md5 0e883d66f0f58fc33585b430c652aa30
+homepage                http://www.nongnu.org/confuse/
+master_sites            http://savannah.nongnu.org/download/confuse/ \
+                        http://bzero.se/confuse/
+distname                confuse-${version}
+checksums               md5 0e883d66f0f58fc33585b430c652aa30
 
 depends_lib             port:pkgconfig
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath}/doc/man/man3 cfg_opt_t.3 cfg_t.3 \
-		cfg_value_t.3 confuse.h.3 ${destroot}${prefix}/share/man/man3
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath}/doc/man/man3 \
+        cfg_opt_t.3 \
+        cfg_t.3 \
+        cfg_value_t.3 \
+        onfuse.h.3 \
+        {destroot}${prefix}/share/man/man3
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090331/fdc30e55/attachment-0001.html>


More information about the macports-changes mailing list