From bd2290b43092ad5778b6848b3058abaeac2bb939 Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 20 Nov 2010 23:17:51 +0000 Subject: [PATCH] add the new man dir to .PATH, for xmodmap 1.0.5 --- external/mit/xorg/bin/xmodmap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/mit/xorg/bin/xmodmap/Makefile b/external/mit/xorg/bin/xmodmap/Makefile index e2721f25cea8..3f4b86ad775c 100644 --- a/external/mit/xorg/bin/xmodmap/Makefile +++ b/external/mit/xorg/bin/xmodmap/Makefile @@ -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 @@ -10,7 +10,7 @@ CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include LDADD+= -lX11 DPADD+= ${LIBX11} -.PATH: ${X11SRCDIR.${PROG}} +.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man .include .include