From 36f516ad2ae4fe01c51f8055c87491d0dd2605e9 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 29 Mar 2022 10:03:35 -0700 Subject: sysutils/screen: Fix plist PLIST doesn't like "_" in variable names. Fix by renaming MULTIUSER_SCREEN to MULTIUSER. PR: 262903 Reported by: sunpoet, Michael Butler Fixes: 8f528507e9ca Pointy hat to: cy --- sysutils/screen/Makefile | 4 ++-- sysutils/screen/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index 664bc585e091..9cbb1c74af4d 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -30,8 +30,8 @@ SOCKETS_DESC= Use new (4.2.1+) sockets for IPC (default) NAMED_PIPES_DESC= Use legacy (4.0.3) named pipes for IPC (override) SYSTEM_SCREENRC_DESC= Install system screenrc with helpful status line MULTIUSER_DESC= Install setuid-root screen to support multiuser -MULTIUSER_PLIST_SUB= MULTIUSER_SCREEN="@(,,4755) " -MULTUSER_PLIST_SUB_OFF= MULTIUSER_SCREEN="@(,,0755) " +MULTIUSER_PLIST_SUB= MULTIUSER="@(,,4755) " +MULTUSER_PLIST_SUB_OFF= MULTIUSER="@(,,0755) " NCURSES_DEFAULT_DESC= Depend on ncurses (ports if installed, otherwise base) NCURSES_BASE_DESC= Depend on ncurses in base NCURSES_PORT_DESC= Depend on devel/ncurses in ports diff --git a/sysutils/screen/pkg-plist b/sysutils/screen/pkg-plist index e1afe2d637e4..9d8d35c8a19e 100644 --- a/sysutils/screen/pkg-plist +++ b/sysutils/screen/pkg-plist @@ -1,5 +1,5 @@ bin/screen -%%MULTIUSER_SCREEN%%bin/screen-4.9.0 +%%MULTIUSER%%bin/screen-4.9.0 man/man1/screen.1.gz %%DATADIR%%/utf8encodings/01 %%DATADIR%%/utf8encodings/02 -- cgit v1.2.3