Module Name: src
Committed By: mrg
Date: Mon Feb 21 04:54:53 UTC 2011
Modified Files:
src/external/mit/xorg/bin/xkbcomp: Makefile
Log Message:
find the moved man page from xkbcomp 1.2.1.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/bin/xkbcomp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/xkbcomp/Makefile
diff -u src/external/mit/xorg/bin/xkbcomp/Makefile:1.6 src/external/mit/xorg/bin/xkbcomp/Makefile:1.7
--- src/external/mit/xorg/bin/xkbcomp/Makefile:1.6 Thu May 20 12:51:16 2010
+++ src/external/mit/xorg/bin/xkbcomp/Makefile Mon Feb 21 04:54:52 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/05/20 12:51:16 christos Exp $
+# $NetBSD: Makefile,v 1.7 2011/02/21 04:54:52 mrg Exp $
.include <bsd.own.mk>
.include "Makefile.common"
@@ -15,7 +15,7 @@
CPPFLAGS.geometry.c= -Wno-error # XXX
FILESDIR=${XKBROOTDIR}
-FILES= README README.config README.enhancing
+FILES= README
SYMLINKS+= ${BINDIR}/xkbcomp ${XKBROOTDIR}/xkbcomp
SYMLINKS+= ${XKBDATADIR} ${XKBCOMPDIR}
@@ -24,6 +24,7 @@
DPADD+= ${LIBXKBFILE} ${LIBXEXT} ${LIBX11}
.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
.include <bsd.x11.mk>
.include <bsd.prog.mk>