View | Details | Raw Unified | Return to bug 198752 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 3-13 Link Here
3
3
4
PORTNAME=	bspwm
4
PORTNAME=	bspwm
5
PORTVERSION=	0.9
5
PORTVERSION=	0.9
6
PORTREVISION=	1
6
CATEGORIES=	x11-wm
7
CATEGORIES=	x11-wm
7
8
8
MAINTAINER=	antont@inbox.lv
9
MAINTAINER=	antont@inbox.lv
9
COMMENT=	Tiling window manager based on binary space partitioning
10
COMMENT=	Tiling window manager based on binary space partitioning
10
11
12
LICENSE=	BSD2CLAUSE
13
11
LIB_DEPENDS=	libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm
14
LIB_DEPENDS=	libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm
12
RUN_DEPENDS=	sxhkd:${PORTSDIR}/x11/sxhkd
15
RUN_DEPENDS=	sxhkd:${PORTSDIR}/x11/sxhkd
13
16
(-)files/patch-Makefile (-2 / +8 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2014-12-15 20:58:41 UTC
1
--- Makefile.orig	2015-02-23 10:07:10 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -1,4 +1,4 @@
4
-VERSION = 0.8.9
5
+VERSION = 0.9
6
 
7
 CC      ?= gcc
8
 LIBS     = -lm -lxcb -lxcb-util -lxcb-icccm -lxcb-ewmh -lxcb-randr -lxcb-xinerama
3
@@ -8,7 +8,7 @@ LDFLAGS += -L$(PREFIX)/lib
9
@@ -8,7 +8,7 @@ LDFLAGS += -L$(PREFIX)/lib
4
 
10
 
5
 PREFIX   ?= /usr/local
11
 PREFIX   ?= /usr/local
Lines 8-11 Link Here
8
+MANPREFIX = $(PREFIX)/man
14
+MANPREFIX = $(PREFIX)/man
9
 BASHCPL = $(PREFIX)/share/bash-completion/completions
15
 BASHCPL = $(PREFIX)/share/bash-completion/completions
10
 ZSHCPL = $(PREFIX)/share/zsh/site-functions
16
 ZSHCPL = $(PREFIX)/share/zsh/site-functions
11
 
17
 DOCPREFIX = $(PREFIX)/share/doc/bspwm

Return to bug 198752