aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/bspwm
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:52 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:52 +0000
commit467ad301e850f0a0985b053be44a383fb64e05df (patch)
tree95307d1ea6effde4816a1e77da4f0fb7bf9ffe95 /x11-wm/bspwm
parenta400cfc5f46c03a0cf81282b9da421effa2e6575 (diff)
downloadports-467ad301e850f0a0985b053be44a383fb64e05df.tar.gz
ports-467ad301e850f0a0985b053be44a383fb64e05df.zip
Convert to UCL & cleanup pkg-message (categories x)
Notes
Notes: svn path=/head/; revision=508914
Diffstat (limited to 'x11-wm/bspwm')
-rw-r--r--x11-wm/bspwm/files/pkg-message.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-wm/bspwm/files/pkg-message.in b/x11-wm/bspwm/files/pkg-message.in
index 73a57ce48b47..21b09864d295 100644
--- a/x11-wm/bspwm/files/pkg-message.in
+++ b/x11-wm/bspwm/files/pkg-message.in
@@ -1,4 +1,6 @@
-#######################################################################
+[
+{ type: install
+ message: <<EOM
Copy the files bspwmrc and sxhkdrc from %%EXAMPLESDIR%% to
~/.config/bspwm/ and ~/.config/sxhkd/ and configure them as you wish.
@@ -7,4 +9,6 @@ sxhkd &
exec bspwm
Then type startx from tty to run bspwm.
-#######################################################################
+EOM
+}
+]