diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2019-01-19 11:54:13 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2019-01-19 11:54:13 +0100 |
commit | 85f8609fb066a484f4f3025384c0b3e356282355 (patch) | |
tree | 2e77987a224ad36f73f104e9f0ee55ac5b5743b8 | |
parent | a3c1d1d4e63b383e4143f62285f94a8a9215564a (diff) |
Break long line
-rw-r--r-- | Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index 46be912..5eba606 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -1,5 +1,6 @@ # $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 +CONFIGURE_ARGS= --datarootdir=${X11BASE}/lib \ + --docdir=${X11BASE}/share/doc/xorgproto .include <bsd.xorg.mk> |