diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-31 20:23:20 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-31 20:23:20 +0000 |
commit | f415fe4f147524975ea0def4934705388e074411 (patch) | |
tree | cb6ac990634d27e26f3ba204413eb08b4feb624a /app/xinit/Makefile.bsd-wrapper | |
parent | 29015ca70850043409add64627eaa86633c66ef9 (diff) |
Update to xinit 1.2.1
Diffstat (limited to 'app/xinit/Makefile.bsd-wrapper')
-rw-r--r-- | app/xinit/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xinit/Makefile.bsd-wrapper b/app/xinit/Makefile.bsd-wrapper index 30496f3d5..b630af238 100644 --- a/app/xinit/Makefile.bsd-wrapper +++ b/app/xinit/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/29 12:16:07 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2010/05/31 20:23:19 matthieu Exp $ -CONFIGURE_ARGS= --datadir=/etc +CONFIGURE_ARGS= --with-xinitdir=/etc/X11/xinit .include <bsd.xorg.mk> |