aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:19:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:22:14 +0000
commit27ae7b4ac7fb3cce39771f20f4fac3f0d77871a9 (patch)
tree2a48e9019bdf6e374a835b06f3db0752cf65e1b9
parent8eeaffec0b20b0dc3787ca5182ca28712963692e (diff)
downloadports-27ae7b4ac7fb3cce39771f20f4fac3f0d77871a9.tar.gz
ports-27ae7b4ac7fb3cce39771f20f4fac3f0d77871a9.zip
www/py-django50: Use MAKE_CMD instead of GMAKE
-rw-r--r--www/py-django50/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django50/Makefile b/www/py-django50/Makefile
index 468225be917c..352410c8aa81 100644
--- a/www/py-django50/Makefile
+++ b/www/py-django50/Makefile
@@ -59,7 +59,7 @@ IGNORE= requires Python 3.10 or later
.endif
post-build-HTMLDOCS-on:
- cd ${WRKSRC}/docs && ${GMAKE} html SPHINXBUILD=sphinx-build-${PYTHON_VER}
+ cd ${WRKSRC}/docs && ${MAKE_CMD} html SPHINXBUILD=sphinx-build-${PYTHON_VER}
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${PREFIX}/share/man/man1