git: 64be61e9af9c - main - sysutils/screen*: Remove duplicate etc

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Tue, 13 May 2025 06:39:17 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=64be61e9af9c0130671fb81b3fb71c4b4c077bc8

commit 64be61e9af9c0130671fb81b3fb71c4b4c077bc8
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-05-13 06:37:50 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-05-13 06:39:05 +0000

    sysutils/screen*: Remove duplicate etc
    
    Noted by:       "Herbert J. Skuhra" <herbert@gojira.at>
---
 sysutils/screen-devel/Makefile | 4 ++--
 sysutils/screen50/Makefile     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysutils/screen-devel/Makefile b/sysutils/screen-devel/Makefile
index c33305ffde4a..a088f2361871 100644
--- a/sysutils/screen-devel/Makefile
+++ b/sysutils/screen-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	screen
 DISTVERSION=	5.0.0.${SCREEN_COMMIT_DATE}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-devel
 MASTER_SITES=	#
@@ -45,7 +45,7 @@ NCURSES_PORT_USES=	ncurses:port
 OPTIONS_SUB=
 
 USES=		autoreconf:build gmake cpe
-CONFIGURE_ARGS=	--with-system_screenrc=${ETCDIR}/etc/screenrc
+CONFIGURE_ARGS=	--with-system_screenrc=${ETCDIR}/screenrc
 MAKE_ARGS+=	WITH_MAN=1
 
 CPE_VENDOR=	gnu
diff --git a/sysutils/screen50/Makefile b/sysutils/screen50/Makefile
index f3b974e40bdf..221f4fd63eb0 100644
--- a/sysutils/screen50/Makefile
+++ b/sysutils/screen50/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	screen
 DISTVERSION=	5.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 # MASTER_SITES=	GNU \
 # 	        ftp://ftp.gnu.org/gnu/screen/ \
@@ -54,7 +54,7 @@ NCURSES_PORT_USES=	ncurses:port
 OPTIONS_SUB=
 
 USES=		autoreconf:build gmake cpe
-CONFIGURE_ARGS=	--with-system_screenrc=${ETCDIR}/etc/screenrc
+CONFIGURE_ARGS=	--with-system_screenrc=${ETCDIR}/screenrc
 MAKE_ARGS+=	WITH_MAN=1
 
 CPE_VENDOR=	gnu