Module Name: src
Committed By: mrg
Date: Sat Nov 20 23:17:52 UTC 2010
Modified Files:
src/external/mit/xorg/bin/xmodmap: Makefile
Log Message:
add the new man dir to .PATH, for xmodmap 1.0.5
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xmodmap/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/xmodmap/Makefile
diff -u src/external/mit/xorg/bin/xmodmap/Makefile:1.1.1.1 src/external/mit/xorg/bin/xmodmap/Makefile:1.2
--- src/external/mit/xorg/bin/xmodmap/Makefile:1.1.1.1 Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/xmodmap/Makefile Sat Nov 20 23:17:51 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2010/11/20 23:17:51 mrg Exp $
.include <bsd.own.mk>
@@ -10,7 +10,7 @@
LDADD+= -lX11
DPADD+= ${LIBX11}
-.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
.include <bsd.x11.mk>
.include <bsd.prog.mk>