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/glxinfo | |
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/glxinfo')
-rw-r--r-- | app/glxinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/glxinfo/Makefile b/app/glxinfo/Makefile index 99b91859b..b48040842 100644 --- a/app/glxinfo/Makefile +++ b/app/glxinfo/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2011/05/01 15:28:37 matthieu Exp $ +# $OpenBSD: Makefile,v 1.8 2011/06/23 22:48:59 naddy Exp $ .include <bsd.xconf.mk> -MANDIR= ${X11BASE}/man/cat +MANDIR= ${X11BASE}/man/man PROG= glxinfo |