pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cython



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Oct 23 18:04:52 UTC 2018

Modified Files:
        pkgsrc/devel/py-cython: tool.mk

Log Message:
py-cython: Fix tool.mk to catch-up with cython rename.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cython/tool.mk

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

Modified files:

Index: pkgsrc/devel/py-cython/tool.mk
diff -u pkgsrc/devel/py-cython/tool.mk:1.1 pkgsrc/devel/py-cython/tool.mk:1.2
--- pkgsrc/devel/py-cython/tool.mk:1.1  Mon Mar  7 18:27:32 2016
+++ pkgsrc/devel/py-cython/tool.mk      Tue Oct 23 18:04:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: tool.mk,v 1.1 2016/03/07 18:27:32 nros Exp $
+# $NetBSD: tool.mk,v 1.2 2018/10/23 18:04:52 jperkin Exp $
 #
 # This mk fragment can be included in all packages that uses `cython'
 # and `cythonize' as tools without version suffix.
@@ -19,7 +19,7 @@ BUILDLINK_TARGETS+=   buildlink-bin-cython
 buildlink-bin-cython:
 .for CYTHONTOOL in cython cythonize
        ${RUN} \
-       f="${PREFIX}/bin/${CYTHONTOOL}${PYVERSSUFFIX}"; \
+       f="${PREFIX}/bin/${CYTHONTOOL}-${PYVERSSUFFIX}"; \
        t="${BUILDLINK_DIR}/bin/${CYTHONTOOL}"; \
        if ${TEST} -f $$f -a ! -f $$t ; then \
                ${LN} -sf $$f $$t; \



Home | Main Index | Thread Index | Old Index