diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/bspwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/bspwm/Makefile b/wm/bspwm/Makefile index 66afd52b3be..fdeb61863f2 100644 --- a/wm/bspwm/Makefile +++ b/wm/bspwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/06/05 23:01:28 youri Exp $ +# $NetBSD: Makefile,v 1.3 2015/06/15 09:22:59 joerg Exp $ DISTNAME= bspwm-0.9 CATEGORIES= wm @@ -11,7 +11,7 @@ COMMENT= Binary space partitioning window manager LICENSE= 2-clause-bsd USE_TOOLS+= gmake bash:run -REPLACE_BASH+= bin/bspwm-session +REPLACE_BASH+= contrib/freedesktop/bspwm-session EXAMPLESDIR= ${PREFIX}/share/examples/bspwm INSTALLATION_DIRS= share/examples/bspwm |