summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authoryouri <youri>2015-06-05 23:01:28 +0000
committeryouri <youri>2015-06-05 23:01:28 +0000
commit2bad14ac592ef38481dc63fb83516d85aa8965b6 (patch)
treea0b1156a011ce5fa567d0a69a643a1cc762f937d /wm
parenta8587bd3d9439911a44eef73ffa9cdc17a655a86 (diff)
downloadpkgsrc-2bad14ac592ef38481dc63fb83516d85aa8965b6.tar.gz
Use PKGVERSION_NOREV and add bash:run, as noted by Kamil Krytarowski on IRC
Diffstat (limited to 'wm')
-rw-r--r--wm/bspwm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/bspwm/Makefile b/wm/bspwm/Makefile
index c119f8ac289..66afd52b3be 100644
--- a/wm/bspwm/Makefile
+++ b/wm/bspwm/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.1 2015/06/05 22:48:18 youri Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/05 23:01:28 youri Exp $
DISTNAME= bspwm-0.9
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=baskerville/}
-GITHUB_TAG= ${PKGVERSION}
+GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= youri@NetBSD.org
HOMEPAGE= https://github.com/baskerville/bspwm
COMMENT= Binary space partitioning window manager
LICENSE= 2-clause-bsd
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake bash:run
REPLACE_BASH+= bin/bspwm-session
EXAMPLESDIR= ${PREFIX}/share/examples/bspwm