mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
graphics/freeimage: Use SETENVI instead of SETENV
This commit is contained in:
parent
53a49f1a00
commit
8a22a80086
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= freeimage
|
||||
PORTVERSION= 3.18.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/Source%20Distribution/${PORTVERSION}
|
||||
DISTNAME= FreeImage${PORTVERSION:S/.//g}
|
||||
|
@ -61,11 +61,11 @@ post-patch:
|
|||
/^-fPIC/d' ${WRKSRC}/Makefile.gnu ${WRKSRC}/Makefile.fip
|
||||
|
||||
post-build:
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} -f Makefile.fip ${_MAKE_JOBS} \
|
||||
${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} -f Makefile.fip ${_MAKE_JOBS} \
|
||||
${MAKE_ARGS} -C ${BUILD_WRKSRC}
|
||||
|
||||
post-install:
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} -f Makefile.fip ${MAKE_ARGS} \
|
||||
${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} -f Makefile.fip ${MAKE_ARGS} \
|
||||
-C ${INSTALL_WRKSRC} ${INSTALL_TARGET}
|
||||
${LN} -sf libfreeimageplus.so.3 \
|
||||
${STAGEDIR}${PREFIX}/lib/libfreeimageplus.so
|
||||
|
|
Loading…
Add table
Reference in a new issue