From 3b716fff986124259b50805f08a97afbea06b71d Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 27 Oct 2008 00:02:27 +0000 Subject: [PATCH] - add MODPY_BIN to SUBST_VARS "+1" wcmaier_p, "yes please" steven@, "remove python" mbalmer@ --- lang/python/python.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python.port.mk b/lang/python/python.port.mk index 3f2fbca7444..43513f8802b 100644 --- a/lang/python/python.port.mk +++ b/lang/python/python.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: python.port.mk,v 1.23 2008/06/10 15:01:49 wcmaier Exp $ +# $OpenBSD: python.port.mk,v 1.24 2008/10/27 00:02:27 ajacoutot Exp $ # # python.port.mk - Xavier Santolaria # This file is in the public domain. @@ -61,7 +61,7 @@ MAKE_ENV+= CC=${CC} _MODPY_CMD= @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MODPY_BIN} ./${MODPY_SETUP} -SUBST_VARS:= MODPY_EGG_VERSION MODPY_VERSION ${SUBST_VARS} +SUBST_VARS:= MODPY_BIN MODPY_EGG_VERSION MODPY_VERSION ${SUBST_VARS} # dirty way to do it with no modifications in bsd.port.mk .if empty(CONFIGURE_STYLE)