diff options
author | bsam <bsam@FreeBSD.org> | 2013-10-03 23:09:56 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-10-03 23:09:56 +0800 |
commit | f5d42c3193820c0ffd09180a2495a709f5de8b31 (patch) | |
tree | d10dab7fdd550c4bd29594c45149668daa5fc129 /archivers/rvm | |
parent | 11cf3c0dacc5243d5d15728b3b0a444ce629c79c (diff) | |
download | freebsd-ports-gnome-f5d42c3193820c0ffd09180a2495a709f5de8b31.tar.gz freebsd-ports-gnome-f5d42c3193820c0ffd09180a2495a709f5de8b31.tar.zst freebsd-ports-gnome-f5d42c3193820c0ffd09180a2495a709f5de8b31.zip |
Preamble: the port has PKGNAME conflict with devel/rvm.
As per www.bsdstats.org this port has 10 times less user base, so let's
change this port. The official site names it "Rsync Vault Manager".
Seems that rvman is a good compromise for the package name, so
. PKGNAMESUFFIX=an;
. remove NO_LATEST_LINK=yes;
while here:
. support staging.
Reported by: bapt
Diffstat (limited to 'archivers/rvm')
-rw-r--r-- | archivers/rvm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index 7d9b67d36331..7e2547300407 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -5,6 +5,7 @@ PORTNAME= rvm PORTVERSION= 1.07 CATEGORIES= archivers MASTER_SITES= SF +PKGNAMESUFFIX= an DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -14,9 +15,7 @@ BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_LATEST_LINK= yes -NO_STAGE= yes USES= gmake USE_GCC= yes GNU_CONFIGURE= yes @@ -24,7 +23,6 @@ CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf \ --enable-assume-stl-memory-exception MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" -MAN1= rvm.1 -PLIST_FILES= bin/rvm +PLIST_FILES= bin/rvm man/man1/rvm.1.gz .include <bsd.port.mk> |