pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-cython py-cython: Fix tool.mk to catch-up wit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/50f38055934b
branches: trunk
changeset: 324595:50f38055934b
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Oct 23 18:04:52 2018 +0000
description:
py-cython: Fix tool.mk to catch-up with cython rename.
diffstat:
devel/py-cython/tool.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r abf8d0bb5fc5 -r 50f38055934b devel/py-cython/tool.mk
--- a/devel/py-cython/tool.mk Tue Oct 23 17:30:21 2018 +0000
+++ b/devel/py-cython/tool.mk Tue Oct 23 18:04:52 2018 +0000
@@ -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-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