diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-07-24 15:15:41 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-07-24 15:15:41 +0000 |
commit | 000836e31f27fcd63ed1b76c153a2d3006ba545c (patch) | |
tree | 44d675e9c6786308117bac93ab3233627276b05e /sysutils/tartarus/Makefile | |
parent | 3ed93d2cde99971f42241c5002b3965f05dd5989 (diff) |
Notes
Diffstat (limited to 'sysutils/tartarus/Makefile')
-rw-r--r-- | sysutils/tartarus/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/sysutils/tartarus/Makefile b/sysutils/tartarus/Makefile index 0136a2700dbd..71bef50a4139 100644 --- a/sysutils/tartarus/Makefile +++ b/sysutils/tartarus/Makefile @@ -3,29 +3,30 @@ PORTNAME= tartarus PORTVERSION= 0.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://wertarbyte.de/tartarus/ \ - http://ftp.wilbury.sk/pub/FreeBSD/local/distfiles/ + http://ftp.wilbury.sk/pub/FreeBSD/local/distfiles/ MAINTAINER= otis@sk.FreeBSD.org -COMMENT= Wrappers around common unix tools for simplified backup solution +COMMENT= Wrappers around common Unix tools for simplified backup solution LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ - ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ - ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl + ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ + ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl USES= gmake perl5 shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/bin/* do-install: - cd ${WRKSRC}/bin; ${INSTALL_SCRIPT} charon charon.ftp charon.local \ + cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} charon charon.ftp charon.local \ charon.pipe orpheus tartarus ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC}/lib; ${COPYTREE_SHARE} Tartarus ${STAGEDIR}${SITE_PERL} - cd ${WRKSRC}/man; ${INSTALL_MAN} charon.1 charon.ftp.1 charon.local.1 \ - charon.pipe.1 tartarus.1 ${STAGEDIR}${MANPREFIX}/man/man1 + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} Tartarus ${STAGEDIR}${SITE_PERL} + 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 .include <bsd.port.mk> |