diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-04 17:47:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-04 17:47:54 +0800 |
commit | 3a627454b85e630a7ebda96ab3f450d5600964e2 (patch) | |
tree | 499fb4bb46e480ee74307293da6276c5c3c573d2 | |
parent | 918265f3e70e63127b541bd2d92c3eaa60999f8b (diff) | |
download | freebsd-ports-gnome-3a627454b85e630a7ebda96ab3f450d5600964e2.tar.gz freebsd-ports-gnome-3a627454b85e630a7ebda96ab3f450d5600964e2.tar.zst freebsd-ports-gnome-3a627454b85e630a7ebda96ab3f450d5600964e2.zip |
- Use MAKE_CMD
-rw-r--r-- | databases/kyototycoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile index f072fdc9a88e..a8a19116a1b1 100644 --- a/databases/kyototycoon/Makefile +++ b/databases/kyototycoon/Makefile @@ -34,6 +34,6 @@ post-install: ${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \; regression-test test: build - cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check .include <bsd.port.mk> |