pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/openvpn openvpn: Avoid to accidentally build HTML ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed5735ab305c
branches:  trunk
changeset: 459525:ed5735ab305c
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Oct 08 17:58:05 2021 +0000

description:
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:

 net/openvpn/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4f8783d2aa4a -r ed5735ab305c net/openvpn/Makefile
--- a/net/openvpn/Makefile      Fri Oct 08 16:40:10 2021 +0000
+++ b/net/openvpn/Makefile      Fri Oct 08 17:58:05 2021 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index