mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-15 13:49:17 +00:00
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@
This commit is contained in:
@@ -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-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 <bsd.xorg.mk>
|
.include <bsd.xorg.mk>
|
||||||
|
|||||||
Reference in New Issue
Block a user