diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-01 23:13:36 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-01 23:13:36 +0800 |
commit | 2030a82a9d8a1523c44aa994585105e71ea22a98 (patch) | |
tree | 77b9ba5efc25be1765fa33ebfdf1a431b99eba62 | |
parent | 271692e6dcf10fe09b7da0c2779690358422f95d (diff) | |
download | freebsd-ports-gnome-2030a82a9d8a1523c44aa994585105e71ea22a98.tar.gz freebsd-ports-gnome-2030a82a9d8a1523c44aa994585105e71ea22a98.tar.zst freebsd-ports-gnome-2030a82a9d8a1523c44aa994585105e71ea22a98.zip |
fix do-configure
-rw-r--r-- | devel/py-game/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index d902e8a3fa4a..86de92643043 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: |