diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2018-08-12 22:16:01 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-08-02 08:57:41 +0200 |
commit | b357c73fae2b3eb50cf267d658f39fbf468a8fd3 (patch) | |
tree | 6ff1e2965327dc369e513fc89cfef38d7e7fff54 | |
parent | c34680ace909c0ddfd3c121ac7c95e102f2812b2 (diff) |
Set datarootdir and docdir according to OpenBSD rulesobsd
-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> |