diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-22 19:58:36 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-22 19:58:36 +0000 |
commit | 29cd4aa46aea4a9c45d538e385b38ff090942626 (patch) | |
tree | 1c7da0010e99540f7a104e193838f17209bbf994 | |
parent | b65e2f7842fe6f7eaa9625f94b504b3b282a4a66 (diff) |
Explicitely disable docs build (otherwise done if groff is found)
-rw-r--r-- | lib/libXaw/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXaw/Makefile.bsd-wrapper b/lib/libXaw/Makefile.bsd-wrapper index 5a225dbdf..e6c3af6a9 100644 --- a/lib/libXaw/Makefile.bsd-wrapper +++ b/lib/libXaw/Makefile.bsd-wrapper @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2010/04/23 19:37:47 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2010/10/22 19:58:35 matthieu Exp $ SHARED_LIBS= Xaw7 14.0 -CONFIGURE_ARGS= --disable-xaw6 +CONFIGURE_ARGS= --disable-xaw6 --disable-docs afterinstall: -rm -f $(DESTDIR)$(LIBDIR)/libXaw.a |