diff --git a/sysutils/tartarus/Makefile b/sysutils/tartarus/Makefile index 81dd30e155c9..a97119e44466 100644 --- a/sysutils/tartarus/Makefile +++ b/sysutils/tartarus/Makefile @@ -1,31 +1,32 @@ PORTNAME= tartarus PORTVERSION= 0.9.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://wertarbyte.de/tartarus/ \ https://ftp.sk.FreeBSD.org/pub/FreeBSD/local/distfiles/ MAINTAINER= otis@FreeBSD.org COMMENT= Wrappers around common Unix tools for simplified backup solution WWW= https://wertarbyte.de/tartarus.shtml LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ ${LOCALBASE}/bin/gtar:archivers/gtar \ ${LOCALBASE}/bin/curl:ftp/curl \ ${LOCALBASE}/bin/getopt:misc/getopt USES= gmake perl5 shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/bin/* do-install: cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} charon charon.ftp charon.local \ charon.pipe orpheus tartarus ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC}/lib && ${COPYTREE_SHARE} Tartarus ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} cd ${WRKSRC}/man && ${INSTALL_MAN} charon.ftp.1 charon.local.1 \ - charon.pipe.1 tartarus.1 ${STAGEDIR}${PREFIX}/man/man1 - ${LN} -sf charon.ftp.1 ${STAGEDIR}${PREFIX}/man/man1/charon.1 + charon.pipe.1 tartarus.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL} -lrs ${STAGEDIR}${PREFIX}/share/man/man1/charon.ftp.1 \ + ${STAGEDIR}${PREFIX}/share/man/man1/charon.1 .include diff --git a/sysutils/tartarus/pkg-plist b/sysutils/tartarus/pkg-plist index 044f9f63d64e..e99d27a21afe 100644 --- a/sysutils/tartarus/pkg-plist +++ b/sysutils/tartarus/pkg-plist @@ -1,12 +1,12 @@ bin/charon bin/charon.ftp bin/charon.local bin/charon.pipe bin/orpheus bin/tartarus -man/man1/charon.1.gz -man/man1/charon.ftp.1.gz -man/man1/charon.local.1.gz -man/man1/charon.pipe.1.gz -man/man1/tartarus.1.gz +share/man/man1/charon.1.gz +share/man/man1/charon.ftp.1.gz +share/man/man1/charon.local.1.gz +share/man/man1/charon.pipe.1.gz +share/man/man1/tartarus.1.gz %%SITE_PERL%%/Tartarus/Charon/Filter.pm