aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-03-29 17:03:35 +0000
committerCy Schubert <cy@FreeBSD.org>2022-03-29 17:06:34 +0000
commit36f516ad2ae4fe01c51f8055c87491d0dd2605e9 (patch)
tree9b93329f1fcb274ccf67112246fe4b4c20cf1943
parent4265e376eefc504522a7d5c56101bb7509119cbc (diff)
downloadports-36f516ad2ae4fe01c51f8055c87491d0dd2605e9.tar.gz
ports-36f516ad2ae4fe01c51f8055c87491d0dd2605e9.zip
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 <imb@protected-networks.net> Fixes: 8f528507e9ca Pointy hat to: cy
-rw-r--r--sysutils/screen/Makefile4
-rw-r--r--sysutils/screen/pkg-plist2
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