Skip to content

Commit

Permalink
x11-wm/bspwm: Enable CONTRIB option by default
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Tectu committed Nov 30, 2023
1 parent 165d8d5 commit 3218624
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions x11-wm/bspwm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bspwm
DISTVERSION= 0.9.10
PORTREVISION= 1
CATEGORIES= x11-wm

MAINTAINER= jbo@FreeBSD.org
Expand All @@ -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
Expand Down

0 comments on commit 3218624

Please sign in to comment.