summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-01 15:13:36 +0000
committerijliao <ijliao@FreeBSD.org>2002-05-01 15:13:36 +0000
commit2030a82a9d8a1523c44aa994585105e71ea22a98 (patch)
tree77b9ba5efc25be1765fa33ebfdf1a431b99eba62 /devel
parent271692e6dcf10fe09b7da0c2779690358422f95d (diff)
downloadFreeBSD-ports-2030a82a9d8a1523c44aa994585105e71ea22a98.zip
FreeBSD-ports-2030a82a9d8a1523c44aa994585105e71ea22a98.tar.gz
fix do-configure
Diffstat (limited to 'devel')
-rw-r--r--devel/py-game/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile
index d902e8a..86de926 100644
--- a/devel/py-game/Makefile
+++ b/devel/py-game/Makefile
@@ -35,7 +35,7 @@ PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric17
.endif
do-configure:
- @${SETUP_CMD} config.py
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} config.py
.if !defined(NOPORTDOCS)
post-install:
OpenPOWER on IntegriCloud