aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Bodenmann <jbo@FreeBSD.org>2023-11-30 13:14:35 +0000
committerJoel Bodenmann <jbo@FreeBSD.org>2023-11-30 13:14:35 +0000
commit32186242de61c74bbacd0ec4ba7bb0cbf664e1be (patch)
tree7f4f7ee19af067f7dc74d29877669f6bc9ceb88a
parent165d8d5acd5bc32566e148c1e4070c258fc56871 (diff)
downloadports-32186242de61c74bbacd0ec4ba7bb0cbf664e1be.tar.gz
ports-32186242de61c74bbacd0ec4ba7bb0cbf664e1be.zip
x11-wm/bspwm: 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: 275437 Approved by: zirias (mentor)
-rw-r--r--x11-wm/bspwm/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-wm/bspwm/Makefile b/x11-wm/bspwm/Makefile
index f70ebd3f54e3..362ae6124191 100644
--- a/x11-wm/bspwm/Makefile
+++ b/x11-wm/bspwm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bspwm
DISTVERSION= 0.9.10
+PORTREVISION= 1
CATEGORIES= x11-wm
MAINTAINER= jbo@FreeBSD.org
@@ -24,9 +25,10 @@ CONFLICTS_INSTALL= bspwm-devel
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