aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2008-11-09 21:22:22 +0800
committerdanfe <danfe@FreeBSD.org>2008-11-09 21:22:22 +0800
commit2b72afdf0bb85f95f63c636270074a6b39886a51 (patch)
treedd6980927ef30e4934acedbf5740e098c3db70e2 /archivers
parentba376363fc0a7efc04bbdfd32a34fd252faa7cef (diff)
downloadfreebsd-ports-gnome-2b72afdf0bb85f95f63c636270074a6b39886a51.tar.gz
freebsd-ports-gnome-2b72afdf0bb85f95f63c636270074a6b39886a51.tar.zst
freebsd-ports-gnome-2b72afdf0bb85f95f63c636270074a6b39886a51.zip
- Correctly assign RUN_DEPENDS
- Canonicalize Makefile header - Use double space after period in port description
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rvm/Makefile8
-rw-r--r--archivers/rvm/pkg-descr2
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