aboutsummaryrefslogtreecommitdiff
path: root/x11/xkeyboard-config
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2008-02-27 18:17:44 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2008-02-27 18:17:44 +0000
commit30c4d1c0eba88a90094a3dd43a1528a092eaa603 (patch)
tree53e2336ff4e57a9e4724750e75ca2a45c3c38d5c /x11/xkeyboard-config
parentd2598c5fa12d25e11b1b9f6b9c729c69a1e9ceac (diff)
downloadports-30c4d1c0eba88a90094a3dd43a1528a092eaa603.tar.gz
ports-30c4d1c0eba88a90094a3dd43a1528a092eaa603.zip
- Force symlink creation
PR: ports/118660 Reviewed by: x11 (silencio)
Notes
Notes: svn path=/head/; revision=208013
Diffstat (limited to 'x11/xkeyboard-config')
-rw-r--r--x11/xkeyboard-config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile
index ad2a937016ff..f644e39af29c 100644
--- a/x11/xkeyboard-config/Makefile
+++ b/x11/xkeyboard-config/Makefile
@@ -32,6 +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
+ ${LN} -sf /var/lib/xkb ${PREFIX}/share/X11/xkb/compiled
.include <bsd.port.mk>