Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2023 12:01:41 GMT
From:      Joel Bodenmann <jbo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 48282e3de092 - main - x11-wm/bspwm-devel: Enable CONTRIB option by default
Message-ID:  <202311281201.3ASC1fHL069704@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=48282e3de092c0e8ff187579d0c9f9bbb917c43c

commit 48282e3de092c0e8ff187579d0c9f9bbb917c43c
Author:     Joel Bodenmann <jbo@FreeBSD.org>
AuthorDate: 2023-11-28 11:58:26 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2023-11-28 11:59:54 +0000

    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)
---
 x11-wm/bspwm-devel/Makefile | 7 ++++---
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311281201.3ASC1fHL069704>