put "python" in the path for clitests

This commit is contained in:
sthen 2016-04-15 14:14:04 +00:00
parent 8d23783870
commit fe6a633073

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/04/15 13:45:41 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2016/04/15 14:14:04 sthen Exp $
COMMENT= navigation scripting and testing utility for PhantomJS
@ -36,4 +36,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/casperjs ${PREFIX}/share/casperjs/bin/
ln -s ../share/casperjs/bin/casperjs ${PREFIX}/bin/casperjs
pre-test:
ln -s ${MODPY_BIN} ${WRKDIR}/bin/python
.include <bsd.port.mk>