diff --git a/README b/README index a4b77753c..0f042606c 100644 --- a/README +++ b/README @@ -102,7 +102,7 @@ to any module sub-directory and run 'make build' from there. The variable XSRCDIR can be set either in the environment or in /etc/mk.conf to point to the xenocara source tree, in case you keep it -in a non-standard directory (the default is /usr/src/xenocara). +in a non-standard directory (the default is /usr/xenocara). Objdirs @@ -206,4 +206,4 @@ The core dump will be in /var/crash. See also -- -$OpenBSD: README,v 1.20 2007/07/14 11:20:10 jolan Exp $ +$OpenBSD: README,v 1.21 2008/03/03 07:01:44 matthieu Exp $ diff --git a/app/cwm/cwm.1 b/app/cwm/cwm.1 index 53de026a4..ece8e4884 100644 --- a/app/cwm/cwm.1 +++ b/app/cwm/cwm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.20 2008/01/22 17:35:23 ian Exp $ +.\" $OpenBSD: cwm.1,v 1.21 2008/03/03 07:01:44 matthieu Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen .\" @@ -325,7 +325,7 @@ or a numerical keycode value enclosed in ``[]''. The target of the link should be either the name of a task from the ``name_to_kbfunc'' structure in -.Pa /usr/src/xenocara/app/cwm/conf.c , +.Pa conf.c , or, alternatively it should be the commandline that is wished to be executed. A special case is the ``unmap'' keyword, which causes any bindings using the named shortcut to be removed. This can be used to remove a binding which conflicts diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index f78c904ef..ca060bbe3 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.22 2007/11/25 10:23:01 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.23 2008/03/03 07:01:44 matthieu Exp $ -*- makefile -*- # # Copyright © 2006 Matthieu Herrb # @@ -23,7 +23,7 @@ AUTOMAKE_VERSION= 1.9 AUTOCONF_VERSION= 2.59 # Where source lives -XSRCDIR?= /usr/src/xenocara +XSRCDIR?= /usr/xenocara # Where to build XOBJDIR?= /usr/xobj