[27818] trunk/dports/sysutils/logrotate/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Aug 14 08:51:19 PDT 2007
Revision: 27818
http://trac.macosforge.org/projects/macports/changeset/27818
Author: markd at macports.org
Date: 2007-08-14 08:51:19 -0700 (Tue, 14 Aug 2007)
Log Message:
-----------
Correct manpage permissions and remove unnecessary xinstall.
Modified Paths:
--------------
trunk/dports/sysutils/logrotate/Portfile
Modified: trunk/dports/sysutils/logrotate/Portfile
===================================================================
--- trunk/dports/sysutils/logrotate/Portfile 2007-08-14 15:40:14 UTC (rev 27817)
+++ trunk/dports/sysutils/logrotate/Portfile 2007-08-14 15:51:19 UTC (rev 27818)
@@ -42,6 +42,5 @@
destroot {
xinstall -m 755 ${worksrcpath}/logrotate ${destroot}${prefix}/sbin
xinstall -m 755 ${worksrcpath}/examples/logrotate-default ${destroot}${prefix}/etc/
- xinstall -d ${destroot}${prefix}/share/man/man8
- xinstall -m 755 ${worksrcpath}/logrotate.8 ${destroot}${prefix}/share/man/man8
+ xinstall -m 444 ${worksrcpath}/logrotate.8 ${destroot}${prefix}/share/man/man8
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070814/b65dfd3d/attachment.html
More information about the macports-changes
mailing list