git: 32186242de61 - main - x11-wm/bspwm: Enable CONTRIB option by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Nov 2023 13:17:27 UTC
The branch main has been updated by jbo: URL: https://cgit.FreeBSD.org/ports/commit/?id=32186242de61c74bbacd0ec4ba7bb0cbf664e1be commit 32186242de61c74bbacd0ec4ba7bb0cbf664e1be Author: Joel Bodenmann <jbo@FreeBSD.org> AuthorDate: 2023-11-30 13:14:35 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2023-11-30 13:14:35 +0000 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) --- x11-wm/bspwm/Makefile | 8 +++++--- 1 file 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