Date: Thu, 14 Apr 2016 15:14:27 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413268 - head/devel/py-jep Message-ID: <201604141514.u3EFERnt026773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Thu Apr 14 15:14:27 2016 New Revision: 413268 URL: https://svnweb.freebsd.org/changeset/ports/413268 Log: Fix a typo in symlink before anyone notices. Modified: head/devel/py-jep/Makefile Modified: head/devel/py-jep/Makefile ============================================================================== --- head/devel/py-jep/Makefile Thu Apr 14 15:11:31 2016 (r413267) +++ head/devel/py-jep/Makefile Thu Apr 14 15:14:27 2016 (r413268) @@ -33,7 +33,7 @@ NUMPY_BUILD_DEPENDS= ${PYNUMPY} NUMPY_RUN_DEPENDS= ${PYNUMPY} post-install: - ${LN} -s ${PYTHON_SITELIBDIR}/jep-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/jep.jar + ${LN} -s ${PYTHON_SITELIBDIR}/jep/jep-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/jep.jar ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jep/jep.so .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604141514.u3EFERnt026773>