[80540] trunk/dports/www/mod_chroot/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 14 04:12:00 PDT 2011


Revision: 80540
          http://trac.macports.org/changeset/80540
Author:   ryandesign at macports.org
Date:     2011-07-14 04:12:00 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
mod_chroot: fix whitespace in destroot section

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

Modified: trunk/dports/www/mod_chroot/Portfile
===================================================================
--- trunk/dports/www/mod_chroot/Portfile	2011-07-14 11:11:19 UTC (rev 80539)
+++ trunk/dports/www/mod_chroot/Portfile	2011-07-14 11:12:00 UTC (rev 80540)
@@ -34,8 +34,14 @@
     set mdir ${destroot}${prefix}/apache2/modules/
     xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} ${mdir}
     xinstall -m 644 ${worksrcpath}/.libs/mod_chroot.so ${mdir}
-    xinstall -m 644 -W ${worksrcpath} CAVEATS ChangeLog INSTALL LICENSE \
-    README README.Apache20 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        CAVEATS \
+        ChangeLog \
+        INSTALL \
+        LICENSE \
+        README \
+        README.Apache20 \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 destroot.violate_mtree yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110714/3acc3e75/attachment.html>


More information about the macports-changes mailing list