[42089] trunk/dports/www/mod_fcgid/Portfile

blb at macports.org blb at macports.org
Fri Nov 14 17:40:56 PST 2008


Revision: 42089
          http://trac.macports.org/changeset/42089
Author:   blb at macports.org
Date:     2008-11-14 17:40:56 -0800 (Fri, 14 Nov 2008)
Log Message:
-----------
www/mod_fcgid - whitespace changes (detabify)

Modified Paths:
--------------
    trunk/dports/www/mod_fcgid/Portfile

Modified: trunk/dports/www/mod_fcgid/Portfile
===================================================================
--- trunk/dports/www/mod_fcgid/Portfile	2008-11-15 00:59:55 UTC (rev 42088)
+++ trunk/dports/www/mod_fcgid/Portfile	2008-11-15 01:40:56 UTC (rev 42089)
@@ -2,46 +2,47 @@
 
 PortSystem 1.0
 
-name				mod_fcgid
-version				2.1
+name                mod_fcgid
+version             2.1
 
-categories			www
-platforms			darwin
-maintainers			nomaintainer
+categories          www
+platforms           darwin
+maintainers         nomaintainer
 
-description			An alternative FastCGI module for Apache2
-long_description	${description}
+description         An alternative FastCGI module for Apache2
+long_description    ${description}
 
-homepage			http://fastcgi.coremail.cn/
-master_sites		sourceforge:mod-fcgid
+homepage            http://fastcgi.coremail.cn/
+master_sites        sourceforge:mod-fcgid
 
-distname			${name}.${version}
-checksums			sha1 4d69edaadaed11753254bd8b37a355c1151d8225
-patchfiles			patch-fcgid_conf.c
+distname            ${name}.${version}
+checksums           sha1 4d69edaadaed11753254bd8b37a355c1151d8225
+patchfiles          patch-fcgid_conf.c
 
-depends_lib			port:apache2
+depends_lib         port:apache2
 
-use_configure		no
+use_configure       no
 
 post-patch {
-	reinplace "s|/usr/local/apache2|${prefix}/apache2|g" \
-		${worksrcpath}/Makefile
+   reinplace "s|/usr/local/apache2|${prefix}/apache2|g" \
+      ${worksrcpath}/Makefile
 }
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/apache2/modules \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHOR COPYING ChangeLog INSTALL.txt \
-		${destroot}${prefix}/share/doc/${name}
+   xinstall -m 755 -d ${destroot}${prefix}/apache2/modules \
+      ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} AUTHOR COPYING ChangeLog INSTALL.txt \
+      ${destroot}${prefix}/share/doc/${name}
 }
 
 post-install {
-	ui_msg	"=========="
-	ui_msg	"To enable mod_fcgid in Apache, add"
-	ui_msg	"   LoadModule fcgid_module modules/mod_fcgid.so"
-	ui_msg	"to ${prefix}/apache2/conf/httpd.conf"
-	ui_msg	""
-	ui_msg	"For further configuration information please visit"
-	ui_msg	"   http://fastcgi.coremail.cn/doc.htm"
-	ui_msg	"=========="
+   ui_msg "=========="
+   ui_msg "To enable mod_fcgid in Apache, add"
+   ui_msg "   LoadModule fcgid_module modules/mod_fcgid.so"
+   ui_msg "to ${prefix}/apache2/conf/httpd.conf"
+   ui_msg ""
+   ui_msg "For further configuration information please visit"
+   ui_msg "   http://fastcgi.coremail.cn/doc.htm"
+   ui_msg "=========="
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081114/f0bdc6a6/attachment-0001.html>


More information about the macports-changes mailing list