[49130] trunk/dports/net/flow-tools/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Apr 3 23:32:46 PDT 2009


Revision: 49130
          http://trac.macports.org/changeset/49130
Author:   mcalhoun at macports.org
Date:     2009-04-03 23:32:46 -0700 (Fri, 03 Apr 2009)
Log Message:
-----------
flow-tools: Use less restrictive permissions.
Fixes #19100 (maintainer timeout).

Modified Paths:
--------------
    trunk/dports/net/flow-tools/Portfile

Modified: trunk/dports/net/flow-tools/Portfile
===================================================================
--- trunk/dports/net/flow-tools/Portfile	2009-04-04 06:29:44 UTC (rev 49129)
+++ trunk/dports/net/flow-tools/Portfile	2009-04-04 06:32:46 UTC (rev 49130)
@@ -53,8 +53,8 @@
 			--localstatedir=${prefix}
 
 post-destroot {
-	xinstall -m 640 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 640 -W ${worksrcpath} INSTALL README ChangeLog TODO \
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} INSTALL README ChangeLog TODO \
 		${destroot}${prefix}/share/doc/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090403/f3275806/attachment.html>


More information about the macports-changes mailing list