pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/rsyslog rsyslog: fix man page generation with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/420530f918cd
branches:  trunk
changeset: 442811:420530f918cd
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Dec 01 03:10:50 2020 +0000

description:
rsyslog: fix man page generation with newer py-docutils

py-docutils as of 0.15 dropped the .py extension on the end of its
conversion scripts.

diffstat:

 sysutils/rsyslog/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 986bc50db19e -r 420530f918cd sysutils/rsyslog/Makefile.common
--- a/sysutils/rsyslog/Makefile.common  Mon Nov 30 21:46:39 2020 +0000
+++ b/sysutils/rsyslog/Makefile.common  Tue Dec 01 03:10:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2020/05/27 19:37:43 wiz Exp $
+# $NetBSD: Makefile.common,v 1.44 2020/12/01 03:10:50 gutteridge Exp $
 # used by sysutils/rsyslog/Makefile
 # used by sysutils/rsyslog-dbi/Makefile
 # used by sysutils/rsyslog-elasticsearch/Makefile
@@ -26,8 +26,8 @@
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/rsyslog/distinfo
 PATCHDIR=              ${.CURDIR}/../../sysutils/rsyslog/patches
 
-BUILD_DEPENDS+=                ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
-CONFIGURE_ARGS+=       RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}.py
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
+CONFIGURE_ARGS+=       RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}
 
 CONFIGURE_ARGS.SunOS+= ac_cv_func_epoll_create=no ac_cv_func_epoll_create1=no
 



Home | Main Index | Thread Index | Old Index