[128106] trunk/dports/net/tnftpd/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 13 01:28:49 PST 2014


Revision: 128106
          https://trac.macports.org/changeset/128106
Author:   ryandesign at macports.org
Date:     2014-11-13 01:28:49 -0800 (Thu, 13 Nov 2014)
Log Message:
-----------
tnftpd: do not create directories called "555"

Modified Paths:
--------------
    trunk/dports/net/tnftpd/Portfile

Modified: trunk/dports/net/tnftpd/Portfile
===================================================================
--- trunk/dports/net/tnftpd/Portfile	2014-11-13 09:27:22 UTC (rev 128105)
+++ trunk/dports/net/tnftpd/Portfile	2014-11-13 09:28:49 UTC (rev 128106)
@@ -32,7 +32,7 @@
     xinstall -m 444 ${worksrcpath}/src/ftpusers.man ${destroot}${prefix}/share/man/man5/ftpdusers.5
     xinstall -m 444 ${worksrcpath}/src/${name}.man ${destroot}${prefix}/share/man/man8/${name}.8
 
-    xinstall -d 555 ${destroot}${prefix}/share/${name}/examples/
+    xinstall -d -m 555 ${destroot}${prefix}/share/${name}/examples/
     xinstall -m 444 ${worksrcpath}/examples/ftpd.conf ${destroot}${prefix}/share/${name}/ftpd.conf.default
     xinstall -m 444 ${worksrcpath}/examples/ftpusers ${destroot}${prefix}/share/${name}/ftpusers
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141113/83c23b5f/attachment.html>


More information about the macports-changes mailing list