diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2011-06-23 22:49:01 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2011-06-23 22:49:01 +0000 |
commit | b83ea834e2a77dff39893181e68d9442fd55ba40 (patch) | |
tree | 66f0e8ca816fbfb183224c6682de3d4c06c7f50b /app/xidle | |
parent | 5938200e572b75f8ce636f42e27793efc3f3cbf4 (diff) |
switch to installing source manuals:
* cope with new bsd.man.mk
* update imake configuration
ports use of imake remains unchanged
Diffstat (limited to 'app/xidle')
-rw-r--r-- | app/xidle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xidle/Makefile b/app/xidle/Makefile index 72ab36f3c..74a1f3742 100644 --- a/app/xidle/Makefile +++ b/app/xidle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2011/03/08 20:48:59 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2011/06/23 22:48:59 naddy Exp $ .include <bsd.xconf.mk> PROG= xidle @@ -7,7 +7,7 @@ CPPFLAGS+= -I${X11BASE}/include CFLAGS+= -Wall LDADD+= -L${X11BASE}/lib -lXss -lXext -lX11 -lxcb -lXau -lXdmcp -MANDIR= ${X11BASE}/man/cat +MANDIR= ${X11BASE}/man/man obj: _xenocara_obj |