From 3ad5b7517cb169854a91b590811e0a95d2765334 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Mon, 5 Jun 2017 23:02:26 +0000 Subject: Use MAKE_CMD instead of hardcoding 'make' in post-build. This allows people to build the port with ninja instead of make. --- graphics/partio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/partio/Makefile') 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 -- cgit v1.2.3