From b1914a1a9ceb384d4383fdb675da1db0955ced3b Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Thu, 3 Oct 2013 15:09:56 +0000 Subject: 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 --- archivers/rvm/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'archivers/rvm') 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 -- cgit v1.2.3