diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
commit | a33191366c083aad8ab7cd37d06db2d4790f3e39 (patch) | |
tree | 6379d84ceeca72bc6c80702dd60bd714b378b04a /print/lilypond | |
parent | 4bde157247a8dd613e16048a7701a02ea240e8a9 (diff) |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=359185
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 8c2010ee031e..747019943abc 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -90,6 +90,6 @@ post-install: @${LN} -fs ${DATADIR}/${PORTVERSION} ${STAGEDIR}${DATADIR}/current regression-test: build - cd ${WRKSRC} && ${GMAKE} -f ${MAKEFILE} test + cd ${WRKSRC} && ${MAKE_CMD} -f ${MAKEFILE} test .include <bsd.port.mk> |