I had to add an mtree_violation statement for my logrotate port I I don't understand why. Here is the destroot phase. destroot { xinstall -m 755 ${worksrcpath}/logrotate ${destroot}${prefix}/sbin xinstall -m 755 ${worksrcpath}/examples/logrotate-default ${destroot}${prefix}/etc/ xinstall -d ${destroot}${prefix}/man/man8 xinstall -m 755 ${worksrcpath}/logrotate.8 ${destroot}${prefix}/man/man8 } What is wrong with this? Mark
On 12 Aug 2007, at 21:50, markd@macports.org wrote:
I had to add an mtree_violation statement for my logrotate port I I don't understand why. Here is the destroot phase.
destroot { xinstall -m 755 ${worksrcpath}/logrotate ${destroot}${prefix}/sbin xinstall -m 755 ${worksrcpath}/examples/logrotate- default ${destroot}${prefix}/etc/ xinstall -d ${destroot}${prefix}/man/man8 xinstall -m 755 ${worksrcpath}/logrotate.8 ${destroot}${prefix}/man/man8 }
What is wrong with this?
Manfiles should reside in ${prefix}/share/man - see porthier(7); -Markus --- Markus W. Weissmann http://www.mweissmann.de/
participants (2)
-
markd@macports.org
-
Weissmann Markus