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/video | |
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/video')
-rw-r--r-- | app/video/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/video/Makefile b/app/video/Makefile index 6c18142a0..bd3b0245d 100644 --- a/app/video/Makefile +++ b/app/video/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2011/03/08 20:48:59 matthieu Exp $ +# $OpenBSD: Makefile,v 1.6 2011/06/23 22:48:59 naddy Exp $ .include <bsd.xconf.mk> PROG= video @@ -6,7 +6,7 @@ PROG= video CPPFLAGS+= -I${X11BASE}/include LDADD+= -L${X11BASE}/lib -lXv -lXext -lX11 -lxcb -lXau -lXdmcp -MANDIR= ${X11BASE}/man/cat +MANDIR= ${X11BASE}/man/man obj: _xenocara_obj |