diff options
author | 2018-07-11 16:38:03 +0000 | |
---|---|---|
committer | 2018-07-11 16:38:03 +0000 | |
commit | bb075b636b0fa505cdfec61a4f5881ff8dfa27b1 (patch) | |
tree | 365268c63477ea5e1246bc5ac23d41dba3321188 | |
parent | style - indent each case statement in a switch. (diff) | |
download | wireguard-openbsd-bb075b636b0fa505cdfec61a4f5881ff8dfa27b1.tar.xz wireguard-openbsd-bb075b636b0fa505cdfec61a4f5881ff8dfa27b1.zip |
do not pick up groff from /usr/local/bin in configure, noticed by benno@;
ok benno@ jca@
Diffstat (limited to '')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 97bf05b89cf..7f7a2b05943 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.56 2017/06/12 18:49:34 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.57 2018/07/11 16:38:03 naddy Exp $ .include <bsd.own.mk> @@ -33,6 +33,7 @@ config: .FORCE INSTALL_DATA="${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE}" \ ACLOCAL=true AUTOCONF=true AUTOMAKE=true AUTOHEADER=true \ MAKEINFO='makeinfo --no-split' \ + ac_cv_path_ROFF='' \ sh ${.CURDIR}/configure --prefix=/usr --mandir=/usr/share/man \ --datadir=/usr/libdata ${CF} @@ -43,6 +44,7 @@ config.status: INSTALL_DATA="${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE}" \ ACLOCAL=true AUTOCONF=true AUTOMAKE=true AUTOHEADER=true \ MAKEINFO='makeinfo --no-split' \ + ac_cv_path_ROFF='' \ sh ${.CURDIR}/configure --prefix=/usr --mandir=/usr/share/man \ --datadir=/usr/libdata ${CF} |