diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-11-09 13:22:22 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-11-09 13:22:22 +0000 |
commit | 9a2ed5590dfca174fecc37b71ac9881e89b20292 (patch) | |
tree | 2ec8b65a515c74e3c767dbf9b9f5a6465166f50a /archivers/rvm | |
parent | 754be3afa7104992c33235f6f6bc404eeaa00b04 (diff) | |
download | ports-9a2ed5590dfca174fecc37b71ac9881e89b20292.tar.gz ports-9a2ed5590dfca174fecc37b71ac9881e89b20292.zip |
Notes
Diffstat (limited to 'archivers/rvm')
-rw-r--r-- | archivers/rvm/Makefile | 8 | ||||
-rw-r--r-- | archivers/rvm/pkg-descr | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index b735ece0d783..e14dbf5fe0fc 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -1,7 +1,7 @@ # ex:ts=8 -# Ports collection Makefile for: rvm -# Date created: Mar 15, 2004 -# Whom: ijliao +# New ports collection makefile for: rvm +# Date created: Mar 15, 2004 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> # # $FreeBSD$ # @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An archive manager that uses rsync to manage backups BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_LATEST_LINK= yes diff --git a/archivers/rvm/pkg-descr b/archivers/rvm/pkg-descr index ba9603a0356e..3e13999a8939 100644 --- a/archivers/rvm/pkg-descr +++ b/archivers/rvm/pkg-descr @@ -1,5 +1,5 @@ RVM is an archive manager that uses rsync to manage backups of multiple -clients across multiple logical partitions (vaults). It has some features +clients across multiple logical partitions (vaults). It has some features that some other rsync-based backup schemes lack, such as being written in C++, needing no scripts or other programs than rsync and any binaries on which rsync depends (such as SSH), the ability to manage multiple instances |