aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Bodenmann <jbo@FreeBSD.org>2023-11-28 11:58:26 +0000
committerJoel Bodenmann <jbo@FreeBSD.org>2023-11-28 11:59:54 +0000
commit48282e3de092c0e8ff187579d0c9f9bbb917c43c (patch)
treed285924d60e4196c6280e8c74ba76ad9c7404a6e
parent9f5f9b6a3694c4691ecafeb8e33967bc1ac8f61c (diff)
downloadports-48282e3de092c0e8ff187579d0c9f9bbb917c43c.tar.gz
ports-48282e3de092c0e8ff187579d0c9f9bbb917c43c.zip
x11-wm/bspwm-devel: Enable CONTRIB option by default
The CONTRIB option ships a bunch of files which the average user might expect to just get by default (most notably a .desktop file). The .desktop file allows display managers following the freedesktop.org standards to discover bspwm automatically. PR: 274567 Approved by: zirias (mentor)
-rw-r--r--x11-wm/bspwm-devel/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/bspwm-devel/Makefile b/x11-wm/bspwm-devel/Makefile
index 8c0f9a04378f..ffea1f8a3769 100644
--- a/x11-wm/bspwm-devel/Makefile
+++ b/x11-wm/bspwm-devel/Makefile
@@ -25,9 +25,10 @@ CONFLICTS_INSTALL= bspwm
SUB_FILES= pkg-message
-OPTIONS_DEFINE= DOCS EXAMPLES CONTRIB
-OPTIONS_SUB= yes
-CONTRIB_DESC= Install contrib (shell completions, etc.)
+OPTIONS_DEFINE= DOCS EXAMPLES CONTRIB
+OPTIONS_DEFAULT= CONTRIB
+OPTIONS_SUB= yes
+CONTRIB_DESC= Install contrib (shell completions, etc.)
do-install:
${MKDIR} ${STAGEDIR}${BINDIR} ${STAGEDIR}${MANPREFIX}/man/man1