diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-12-01 03:10:50 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-12-01 03:10:50 +0000 |
commit | d556279523b56a0be8e9a3609d3f198b88a3fc34 (patch) | |
tree | 8d82fd5e0ca09969e293c719c3fd8486707796ba /sysutils | |
parent | 738b064d6a59b730abdfc6a069dcc737d6fbc6e1 (diff) | |
download | pkgsrc-d556279523b56a0be8e9a3609d3f198b88a3fc34.tar.gz |
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 (limited to 'sysutils')
-rw-r--r-- | sysutils/rsyslog/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/rsyslog/Makefile.common b/sysutils/rsyslog/Makefile.common index 03e30e7f645..522e5e671d6 100644 --- a/sysutils/rsyslog/Makefile.common +++ b/sysutils/rsyslog/Makefile.common @@ -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 @@ COMMENT?= Enhanced syslogd for Unix - the ${RSYSLOG_MOD} module 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 |