summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-24 22:03:14 +0000
committerbapt <bapt@FreeBSD.org>2014-06-24 22:03:14 +0000
commit983ffbffc04547fafc826ba1cebcc7b285dca222 (patch)
tree34d97b53d42599663e37a3535effc07ad52f1539
parent99990dd4a104fd316633faacf8fc7ec1b817ec8e (diff)
downloadFreeBSD-ports-983ffbffc04547fafc826ba1cebcc7b285dca222.zip
FreeBSD-ports-983ffbffc04547fafc826ba1cebcc7b285dca222.tar.gz
Properly call MAKE_CMD
-rw-r--r--audio/tuxguitar/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/tuxguitar/Makefile b/audio/tuxguitar/Makefile
index 826c708..bd8f75d 100644
--- a/audio/tuxguitar/Makefile
+++ b/audio/tuxguitar/Makefile
@@ -73,9 +73,9 @@ post-build:
(cd ${WRKSRC}/../TuxGuitar-${p}; \
${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${ALL_TARGET})
.endfor
- cd ${WRKSRC}/../TuxGuitar-oss/jni && ${GMAKE}
- cd ${WRKSRC}/../TuxGuitar-fluidsynth/jni && ${GMAKE}
- cd ${WRKSRC}/../TuxGuitar-jack/jni && ${GMAKE}
+ cd ${WRKSRC}/../TuxGuitar-oss/jni && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
+ cd ${WRKSRC}/../TuxGuitar-fluidsynth/jni && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
+ cd ${WRKSRC}/../TuxGuitar-jack/jni && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
do-install:
@${INSTALL} -d ${STAGEDIR}${DATADIR}
OpenPOWER on IntegriCloud