add .../man to the .PATH to find moved manuals.
This commit is contained in:
parent
18a4d96a28
commit
4e9d8c7702
4
external/mit/xorg/bin/xlsclients/Makefile
vendored
4
external/mit/xorg/bin/xlsclients/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2010/07/18 11:28:22 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/07/23 07:11:48 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -11,7 +11,7 @@ CPPFLAGS+= -I${DESTDIR}${X11INCDIR} -DHAVE_STRNLEN
|
||||
LDADD+= -lxcb -lxcb-atom
|
||||
DPADD+= ${LIBXCB} ${LIBXCB_ATOM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
5
external/mit/xorg/bin/xwininfo/Makefile
vendored
5
external/mit/xorg/bin/xwininfo/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2010/11/20 23:45:13 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/07/23 07:11:49 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -7,7 +7,8 @@ SRCS= xwininfo.c clientwin.c dsimple.c
|
||||
|
||||
XWININFODIR= ${X11SRCDIR.${PROG}}
|
||||
CPPFLAGS+=-I${XWININFODIR} -I${XWININFODIR}/../include
|
||||
.PATH: ${XWININFODIR}
|
||||
|
||||
.PATH: ${XWININFODIR} ${XWININFODIR}/man
|
||||
|
||||
LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11 -lxcb -lxcb-shape
|
||||
DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBXCB} ${LIBXCB_SHAPE}
|
||||
|
Loading…
Reference in New Issue
Block a user