git: 8a22a8008623 - main - graphics/freeimage: Use SETENVI instead of SETENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Dec 2024 12:40:38 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8a22a8008623e97fdccb9948d86748f9b25b2974
commit 8a22a8008623e97fdccb9948d86748f9b25b2974
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-12-07 12:14:47 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-12-07 12:40:24 +0000
graphics/freeimage: Use SETENVI instead of SETENV
---
graphics/freeimage/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index 4dc5f8448d26..3402dea4769a 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -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