diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2018-08-12 22:16:01 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2018-12-31 12:37:32 +0100 |
commit | a3c1d1d4e63b383e4143f62285f94a8a9215564a (patch) | |
tree | dda5083099bd754b3efeaf10781b0b70ef6c2cb5 /Makefile.bsd-wrapper | |
parent | 5743fd5f31d6a2522ec7e624d162a50a43b4980a (diff) |
Set datarootdir and docdir according to OpenBSD rules
Diffstat (limited to 'Makefile.bsd-wrapper')
-rw-r--r-- | Makefile.bsd-wrapper | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index 136b2e6..46be912 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -1,3 +1,5 @@ # $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:27:26 matthieu Exp $ +CONFIGURE_ARGS= --datarootdir=${X11BASE}/lib --docdir=${X11BASE}/share/doc/xorgproto + .include <bsd.xorg.mk> |