Date: Tue, 26 Nov 2013 17:43:01 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334959 - head/devel/coccinelle Message-ID: <201311261743.rAQHh1v5069220@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Tue Nov 26 17:43:01 2013 New Revision: 334959 URL: http://svnweb.freebsd.org/changeset/ports/334959 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Modified: head/devel/coccinelle/Makefile Modified: head/devel/coccinelle/Makefile ============================================================================== --- head/devel/coccinelle/Makefile Tue Nov 26 17:41:42 2013 (r334958) +++ head/devel/coccinelle/Makefile Tue Nov 26 17:43:01 2013 (r334959) @@ -23,5 +23,7 @@ NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|CAMLreturn0|return 0|' \ ${WRKSRC}/pycaml/pycaml_ml.c + @${REINPLACE_CMD} 's|shell python|shell ${PYTHON_CMD}|' \ + ${WRKSRC}/pycaml/Makefile .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311261743.rAQHh1v5069220>