mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
graphics/evas_generic_loaders-pdf: Set env on build/install targets
Approved by: blanket
This commit is contained in:
parent
4e9ccc2467
commit
1c66db8569
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379961
@ -26,9 +26,9 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
BINSRC= ${WRKSRC}/src/bin/${PORTNAME}
|
||||
|
||||
do-build:
|
||||
${MAKE} ${MAKE_ARGS} -C ${BINSRC}
|
||||
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} -C ${BINSRC}
|
||||
|
||||
do-install:
|
||||
${MAKE} ${MAKE_ARGS} -C ${BINSRC} install
|
||||
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user