summaryrefslogtreecommitdiff
path: root/data/xkeyboard-config/pc
diff options
context:
space:
mode:
Diffstat (limited to 'data/xkeyboard-config/pc')
-rw-r--r--data/xkeyboard-config/pc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/xkeyboard-config/pc/Makefile b/data/xkeyboard-config/pc/Makefile
index 59277aec9..a5e739af1 100644
--- a/data/xkeyboard-config/pc/Makefile
+++ b/data/xkeyboard-config/pc/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.1 2012/09/28 19:49:12 matthieu Exp $
-
+# $OpenBSD: Makefile,v 1.2 2012/10/06 15:41:13 shadchin Exp $
+
XKC_TOP = ../../..
-PACKAGE_VERSION = 2.6
+PACKAGE_VERSION = 2.7
PKGCONFIG = xkeyboard-config.pc
-EXTRA_PKGCONFIG_SUBST = -e 's,@VERSION@,${PACKAGE_VERSION},g' \
+EXTRA_PKGCONFIG_SUBST = -e 's,@VERSION@,${PACKAGE_VERSION},g' \
-e 's,@xkb_base@,${XKB_BASE},g'
install: install-pc
-
+
.include <bsd.xorg.mk>