graphics/evas_generic_loaders-raw: Set environment when building
While here, change ${MAKE} to ${MAKE_CMD} for build targets. Approved by: Just fix it
This commit is contained in:
parent
4ef5e905f9
commit
ef443f5eb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384159
@ -24,9 +24,9 @@ USE_LDCONFIG= yes
|
||||
BINSRC= ${WRKSRC}/src/bin/${PORTNAME}
|
||||
|
||||
do-build:
|
||||
${MAKE} ${MAKE_ARGS} -C ${BINSRC}
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -C ${BINSRC}
|
||||
|
||||
do-install:
|
||||
${MAKE} ${MAKE_ARGS} -C ${BINSRC} install
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -C ${BINSRC} install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user