summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-03-04 13:10:28 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-03-04 13:10:28 +0000
commit6016f00e11ecb4f41191ba81e112e16a78e69f1d (patch)
tree4c3da6229d72bc7de078acb478db88bde084f8ce
parentwww/baikal: update to 0.8.0 (diff)
Honor LOCALBASE in the xdm rc script
I am not increasing the PORTREVISION because the package does not change with the default settings. Approved by: portmgr blanket
-rw-r--r--x11/xdm/files/xdm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xdm/files/xdm.in b/x11/xdm/files/xdm.in
index dfcd1f38e552..402a72e990f3 100644
--- a/x11/xdm/files/xdm.in
+++ b/x11/xdm/files/xdm.in
@@ -38,7 +38,7 @@ xdm_set_vty()
{
# X views vt as starting at 01, not ttyv0
vtarg=`printf vt%02d $((${xdm_tty#ttyv} + 1))`
- command_args="-server \":0 local %%PREFIX%%/bin/X :0 $vtarg\""
+ command_args="-server \":0 local %%LOCALBASE%%/bin/X :0 $vtarg\""
}
run_rc_command $1