diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-09 19:53:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-09 19:53:25 +0000 |
commit | 079a316c5fcdd4d2fa9b7e7997d269904954c6a4 (patch) | |
tree | 30058f8150dbc385e2e9e643106ded05b09c967c /app | |
parent | 8497862bdc0e560d1d9fd5306860b00b1fbc1f79 (diff) |
Remove extra test.
Diffstat (limited to 'app')
-rw-r--r-- | app/xkbcomp/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xkbcomp/Makefile.bsd-wrapper b/app/xkbcomp/Makefile.bsd-wrapper index 1b0e97a08..3784d1b34 100644 --- a/app/xkbcomp/Makefile.bsd-wrapper +++ b/app/xkbcomp/Makefile.bsd-wrapper @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2011/03/08 07:59:23 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2011/03/09 19:53:24 matthieu Exp $ .include <bsd.xconf.mk> -.if defined(XENOCARA_USE_XKEYBOARD_CONFIG) && ${XENOCARA_USE_XKEYBOARD_CONFIG:L} != "yes" +.if ${XENOCARA_USE_XKEYBOARD_CONFIG:L} != "yes" CONFIGURE_ARGS= --datadir=/etc .endif |