diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile index 03312cb11ae3..4584658598a7 100644 --- a/sysutils/dirvish/Makefile +++ b/sysutils/dirvish/Makefile @@ -1,47 +1,47 @@ PORTNAME= dirvish PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils archivers MASTER_SITES= http://www.dirvish.org/ MAINTAINER= tarkhil@over.ru COMMENT= Network backup system based off of rsync WWW= http://www.dirvish.org/ RUN_DEPENDS= p5-Time-modules>=0:devel/p5-Time-modules \ p5-Time-Period>=0:devel/p5-Time-Period \ rsync:net/rsync MAN5S= dirvish.conf.5 MAN8S= dirvish.8 dirvish-expire.8 dirvish-locate.8 dirvish-runall.8 USES= perl5 tar:tgz USE_PERL5= run NO_BUILD= yes EXECUTABLES= dirvish dirvish-expire dirvish-locate dirvish-runall post-patch: @${SED} -e 's:%%CONFDIR%%:${PREFIX}/etc/dirvish:' -e 's:%%PERL%%:${PERL}:' \ ${FILESDIR}/header.pl > ${WRKDIR}/header.pl .for _E in ${EXECUTABLES} @(cd ${WRKSRC} && ${CAT} ${WRKDIR}/header.pl ${_E}.pl loadconfig.pl \ > ${_E}) .endfor do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/dirvish .for _E in ${EXECUTABLES} ${INSTALL_SCRIPT} ${WRKSRC}/${_E} ${STAGEDIR}${PREFIX}/sbin .endfor .for _M in ${MAN5S} - ${INSTALL_MAN} ${WRKSRC}/${_M} ${STAGEDIR}${PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/${_M} ${STAGEDIR}${PREFIX}/share/man/man5 .endfor .for _M in ${MAN8S} - ${INSTALL_MAN} ${WRKSRC}/${_M} ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${_M} ${STAGEDIR}${PREFIX}/share/man/man8 .endfor ${INSTALL_DATA} ${FILESDIR}/master.conf.dist ${STAGEDIR}${PREFIX}/etc/dirvish ${INSTALL_DATA} ${FILESDIR}/default.conf.dist ${STAGEDIR}${PREFIX}/etc/dirvish .include diff --git a/sysutils/dirvish/pkg-plist b/sysutils/dirvish/pkg-plist index facc07920e10..e3970fdc501b 100644 --- a/sysutils/dirvish/pkg-plist +++ b/sysutils/dirvish/pkg-plist @@ -1,11 +1,11 @@ etc/dirvish/default.conf.dist etc/dirvish/master.conf.dist -man/man5/dirvish.conf.5.gz -man/man8/dirvish-expire.8.gz -man/man8/dirvish-locate.8.gz -man/man8/dirvish-runall.8.gz -man/man8/dirvish.8.gz +share/man/man5/dirvish.conf.5.gz +share/man/man8/dirvish-expire.8.gz +share/man/man8/dirvish-locate.8.gz +share/man/man8/dirvish-runall.8.gz +share/man/man8/dirvish.8.gz sbin/dirvish sbin/dirvish-expire sbin/dirvish-locate sbin/dirvish-runall