pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/varnish



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:26:02 UTC 2019

Modified Files:
        pkgsrc/www/varnish: Makefile

Log Message:
Specify correct name of rst2xxx binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/varnish/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/varnish/Makefile
diff -u pkgsrc/www/varnish/Makefile:1.28 pkgsrc/www/varnish/Makefile:1.29
--- pkgsrc/www/varnish/Makefile:1.28    Sun Nov 24 01:05:37 2019
+++ pkgsrc/www/varnish/Makefile Thu Dec 19 22:26:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/11/24 01:05:37 gdt Exp $
+# $NetBSD: Makefile,v 1.29 2019/12/19 22:26:02 joerg Exp $
 #
 
 DISTNAME=      varnish-3.0.6
@@ -46,8 +46,8 @@ REPLACE_PYTHON+=      lib/libvmod_std/vmod.py
 
 .include "../../lang/python/pyversion.mk"
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
-CONFIGURE_ARGS+=       --with-rst2man=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}.py
-CONFIGURE_ARGS+=       --with-rst2html=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py
+CONFIGURE_ARGS+=       --with-rst2man=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}
+CONFIGURE_ARGS+=       --with-rst2html=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}
 
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index