diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-10-03 15:09:56 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-10-03 15:09:56 +0000 |
commit | b1914a1a9ceb384d4383fdb675da1db0955ced3b (patch) | |
tree | d10dab7fdd550c4bd29594c45149668daa5fc129 /archivers/rvm | |
parent | 53b2ffb2364d2be684945ffa958157408619fb16 (diff) |
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
Notes
Notes:
svn path=/head/; revision=329200
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> |