diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-27 09:51:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-27 09:51:19 +0000 |
commit | 770a563c2fecd083f29658338a50c95d2ef05556 (patch) | |
tree | 69d524276748abc696c8c9ed022244fa9960149d /x11 | |
parent | 4b47443e311af7b737f681361fe54b03f539b353 (diff) |
- Install a symlink from PREFIX/share/xkb/compiled to /var/lib/compiled.
Fixes a lot of runtime problems for a lot of people
PR: ports/114876, ports/114924
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
Reported by: Craig Boston <craig@yekse.gank.org>,
Antoine Vu-Ngoc <antoine@cleopatre.homeip.net> and many more
Notes
Notes:
svn path=/head/; revision=196378
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xkeyboard-config/Makefile | 2 | ||||
-rw-r--r-- | x11/xkeyboard-config/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index 34c9924e40da..ecff068dd499 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -7,6 +7,7 @@ PORTNAME= xkeyboard-config PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xlibs.freedesktop.org/xkbdesc/ DISTNAME= xkeyboard-config-${PORTVERSION} @@ -31,5 +32,6 @@ CONFIGURE_ARGS+= --with-xkb-base=${PREFIX}/share/X11/xkb \ post-install: ${MKDIR} /var/lib/xkb + ${LN} -s /var/lib/xkb ${PREFIX}/share/X11/xkb/compiled .include <bsd.port.mk> diff --git a/x11/xkeyboard-config/pkg-plist b/x11/xkeyboard-config/pkg-plist index 3face2acd4d5..e86940e9f01d 100644 --- a/x11/xkeyboard-config/pkg-plist +++ b/x11/xkeyboard-config/pkg-plist @@ -18,6 +18,7 @@ share/X11/xkb/compat/pc98 share/X11/xkb/compat/xfree86 share/X11/xkb/compat/xtest share/X11/xkb/compat/README +share/X11/xkb/compiled share/X11/xkb/geometry/digital_vndr/lk share/X11/xkb/geometry/digital_vndr/pc share/X11/xkb/geometry/digital_vndr/unix |