git: 6ff413b090cc - main - news/rntrack: Put config files in dedicated directory

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 28 09:24:56 UTC 2021


The branch main has been updated by lwhsu:

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

commit 6ff413b090cc1eb3e193174cc10d479c3d3f6b03
Author:     Sergey Anokhin <admin at 5034.ru>
AuthorDate: 2021-07-28 09:23:34 +0000
Commit:     Li-Wen Hsu <lwhsu at 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


More information about the dev-commits-ports-main mailing list