From aed900021aedc9314cc1d1542ece82e5199f74b5 Mon Sep 17 00:00:00 2001 From: shadchin Date: Mon, 5 May 2014 18:00:20 +0000 Subject: [PATCH] When building a release xkeyboard-config.7 is installed in /usr/X11R6/man/man7 rather than the release destination directory. Releases don't contain xkeyboard-config.7 without the change. Originally from Nigel Taylor ok matthieu@ --- data/xkeyboard-config/man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/xkeyboard-config/man/Makefile b/data/xkeyboard-config/man/Makefile index ec48568e3..79db97faf 100644 --- a/data/xkeyboard-config/man/Makefile +++ b/data/xkeyboard-config/man/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2011/10/16 17:18:56 shadchin Exp $ +# $OpenBSD: Makefile,v 1.2 2014/05/05 18:00:20 shadchin Exp $ install-files: - ${INSTALL_DATA} ${.CURDIR}/xkeyboard-config.7 ${MANDIR}7/xkeyboard-config.7 + ${INSTALL_DATA} ${.CURDIR}/xkeyboard-config.7 ${DESTDIR}${MANDIR}7/xkeyboard-config.7 .include