summaryrefslogtreecommitdiff
path: root/net/openvpn
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2021-10-08 17:58:05 +0000
committerleot <leot@pkgsrc.org>2021-10-08 17:58:05 +0000
commit1a7abbe7b8fd307a46c6bce125eaa4eef0ade134 (patch)
tree2224d92955fdf78e263c286d07c8c6b14c9f11f9 /net/openvpn
parent210a4d455dc17e7d6a5e0db8551b6ebda2bbd615 (diff)
downloadpkgsrc-1a7abbe7b8fd307a46c6bce125eaa4eef0ade134.tar.gz
openvpn: Avoid to accidentally build HTML man pages
rst2html.py and rst2man.py are accidentally recognized if installed and used leading to generation of HTML man pages and PLIST mismatch.
Diffstat (limited to 'net/openvpn')
-rw-r--r--net/openvpn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile
index 451b64bd4f6..ba63453eebf 100644
--- a/net/openvpn/Makefile
+++ b/net/openvpn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2021/10/05 19:25:41 adam Exp $
+# $NetBSD: Makefile,v 1.89 2021/10/08 17:58:05 leot Exp $
DISTNAME= ${OPENVPN_DISTNAME}
CATEGORIES= net
@@ -18,6 +18,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --disable-dependency-tracking
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ENV+= ac_cv_prog_RST2HTML=
+CONFIGURE_ENV+= ac_cv_prog_RST2MAN=
TEST_TARGET= check