Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2021 09:24:56 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6ff413b090cc - main - news/rntrack: Put config files in dedicated directory
Message-ID:  <202107280924.16S9Oura005825@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ff413b090cc1eb3e193174cc10d479c3d3f6b03

commit 6ff413b090cc1eb3e193174cc10d479c3d3f6b03
Author:     Sergey Anokhin <admin@5034.ru>
AuthorDate: 2021-07-28 09:23:34 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-07-28 09:23:34 +0000

    news/rntrack: Put config files in dedicated directory
    
    PR:             257470
---
 news/rntrack/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/news/rntrack/Makefile b/news/rntrack/Makefile
index df7f3c70b2a4..7185eddbeca8 100644
--- a/news/rntrack/Makefile
+++ b/news/rntrack/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rntrack
 PORTVERSION=	2.1.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	news mail
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	ftrack-as/RNtrack/${PORTVERSION}
@@ -16,7 +16,7 @@ USES=		compiler:c11 tar:bzip2
 
 MAKE_ENV=	CONFIG=${ETCDIR}/rntrack.cfg
 
-ETCDIR=		${PREFIX}/etc/fido
+ETCDIR=		${PREFIX}/etc/fido/rntrack
 
 NO_WRKSUBDIR=	yes
 BUILD_WRKSRC=	${WRKSRC}/MakeFiles/FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107280924.16S9Oura005825>