summaryrefslogtreecommitdiff
path: root/wm/bbkeys
diff options
context:
space:
mode:
authorsalo <salo>2003-05-17 05:41:09 +0000
committersalo <salo>2003-05-17 05:41:09 +0000
commitc6725688076bbf82ac71f7654d0bfd991ed9dadf (patch)
tree2fbe0981901343c631ed5402c7d2f09472b1dc6a /wm/bbkeys
parent4d62f349e40819a6f65109bfb764d9c407912161 (diff)
downloadpkgsrc-c6725688076bbf82ac71f7654d0bfd991ed9dadf.tar.gz
PKGREVISON++
- install into LOCALBASE, not X11BASE. - style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace)
Diffstat (limited to 'wm/bbkeys')
-rw-r--r--wm/bbkeys/DESCR4
-rw-r--r--wm/bbkeys/Makefile11
2 files changed, 8 insertions, 7 deletions
diff --git a/wm/bbkeys/DESCR b/wm/bbkeys/DESCR
index 162ce46f60d..f909dc57ed4 100644
--- a/wm/bbkeys/DESCR
+++ b/wm/bbkeys/DESCR
@@ -1,5 +1,5 @@
-Provide keyboard shortcuts for X11R6, specifically intended for use with
-the Blackbox window manager but usable with any.
+Provide keyboard shortcuts for X11R6, specifically intended for use with the
+Blackbox window manager but usable with any.
Can bind actions such as executing commands, altering the states of windows,
switching workspaces, etc. to arbitrary keys.
diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile
index 1d46c54f039..1cbb5d62c75 100644
--- a/wm/bbkeys/Makefile
+++ b/wm/bbkeys/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2002/09/24 14:21:53 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2003/05/17 05:41:09 salo Exp $
#
DISTNAME= bbkeys-0.8.5
-CATEGORIES= x11 wm
-MASTER_SITES= http://bbkeys.sourceforge.net/downloads/ \
- ${MASTER_SITE_SOURCEFORGE:=bbkeys/}
+PKGREVISION= 1
+CATEGORIES= wm x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbkeys/}
MAINTAINER= jschauma@netbsd.org
HOMEPAGE= http://bbkeys.sourceforge.net/
@@ -12,7 +12,8 @@ COMMENT= General X Window keygrabber
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_X11BASE= YES
+USE_X11= YES
.include "../../lang/perl5/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"