svn commit: r334959 - head/devel/coccinelle

Marcus von Appen mva at FreeBSD.org
Tue Nov 26 17:43:02 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list