aboutsummaryrefslogtreecommitdiff
path: root/graphics/partio/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-06-05 23:02:26 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-06-05 23:02:26 +0000
commit3ad5b7517cb169854a91b590811e0a95d2765334 (patch)
treef3f1c27a1be505f98353e3aa02e8a80253ef2f45 /graphics/partio/Makefile
parente30041316f9e4edf70905434ddb75186c9ed5121 (diff)
downloadports-3ad5b7517cb169854a91b590811e0a95d2765334.tar.gz
ports-3ad5b7517cb169854a91b590811e0a95d2765334.zip
Use MAKE_CMD instead of hardcoding 'make' in post-build.
This allows people to build the port with ninja instead of make.
Notes
Notes: svn path=/head/; revision=442692
Diffstat (limited to 'graphics/partio/Makefile')
-rw-r--r--graphics/partio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/partio/Makefile b/graphics/partio/Makefile
index 7063a51fa3c6..0fc3c18208ef 100644
--- a/graphics/partio/Makefile
+++ b/graphics/partio/Makefile
@@ -46,7 +46,7 @@ post-patch:
.if ${PORT_OPTIONS:MDOCS}
post-build:
- @(cd ${BUILD_WRKSRC}; make doc)
+ @(cd ${BUILD_WRKSRC}; ${MAKE_CMD} doc)
.endif
.include <bsd.port.mk>