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/fvwm/modules/Makefile.inc | |
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/fvwm/modules/Makefile.inc')
-rw-r--r-- | app/fvwm/modules/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/fvwm/modules/Makefile.inc b/app/fvwm/modules/Makefile.inc index 1d51431dc..b8b38d9d9 100644 --- a/app/fvwm/modules/Makefile.inc +++ b/app/fvwm/modules/Makefile.inc @@ -1,5 +1,5 @@ # -*- makefile -*- -# $OpenBSD: Makefile.inc,v 1.7 2011/03/08 20:48:59 matthieu Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2011/06/23 22:48:59 naddy Exp $ .ifndef FVWM_MAKEFILE_INC FVWM_MAKEFILE_INC = done @@ -13,7 +13,7 @@ LDADD+= -L${X11BASE}/lib XLIB= -lX11 -lxcb -lXau -lXdmcp FVWMLIBDIR= ${X11BASE}/lib/X11/fvwm -MANDIR= ${X11BASE}/man/cat +MANDIR= ${X11BASE}/man/man obj: _xenocara_obj |