[69663] trunk/dports/sysutils/john/Portfile
raimue at macports.org
raimue at macports.org
Mon Jul 12 15:39:07 PDT 2010
Revision: 69663
http://trac.macports.org/changeset/69663
Author: raimue at macports.org
Date: 2010-07-12 15:39:07 -0700 (Mon, 12 Jul 2010)
Log Message:
-----------
sysutils/john:
Do not force executable bit on documentation files
Modified Paths:
--------------
trunk/dports/sysutils/john/Portfile
Modified: trunk/dports/sysutils/john/Portfile
===================================================================
--- trunk/dports/sysutils/john/Portfile 2010-07-12 22:38:39 UTC (rev 69662)
+++ trunk/dports/sysutils/john/Portfile 2010-07-12 22:39:07 UTC (rev 69663)
@@ -4,6 +4,7 @@
name john
version 1.7.3.4
+revision 1
categories sysutils security
maintainers nomaintainer
description Featureful Unix password cracker
@@ -76,11 +77,11 @@
destroot {
file copy ${worksrcpath}/run ${destroot}${prefix}/share/john
- system "chmod -R a+rx ${destroot}${prefix}/share/john"
+ system "chmod -R a+rX ${destroot}${prefix}/share/john"
system "ln -s ${prefix}/share/john/john ${destroot}${prefix}/bin/john"
xinstall -d ${destroot}${prefix}/share/doc
file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/john
- system "chmod -R a+rx ${destroot}${prefix}/share/doc/john"
+ system "chmod -R a+rX ${destroot}${prefix}/share/doc/john"
}
notes "You'll find the john files under ${prefix}/share/john/"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100712/53d86e61/attachment.html>
More information about the macports-changes
mailing list