git: 7e313dc66b10 - main - misc/shared-mime-info: Use SETENVI instead of SETENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Dec 2024 09:30:19 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7e313dc66b109653ecf82f0f0bdccf2b220208de
commit 7e313dc66b109653ecf82f0f0bdccf2b220208de
Author: O. Hartmann <ohartmann@walstatt.org>
AuthorDate: 2024-12-07 09:29:18 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-12-07 09:29:56 +0000
misc/shared-mime-info: Use SETENVI instead of SETENV
PR: 278684
---
misc/shared-mime-info/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile
index 533d880f3d77..944cfc2e7969 100644
--- a/misc/shared-mime-info/Makefile
+++ b/misc/shared-mime-info/Makefile
@@ -1,6 +1,6 @@
PORTNAME= shared-mime-info
DISTVERSION= 2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc gnome
MAINTAINER= desktop@FreeBSD.org
@@ -45,7 +45,7 @@ post-patch:
${WRKSRC}/data/freedesktop.org.xml.in
pre-configure:
- cd ${WRKSRC}/src/xdgmime/src && ${SETENV} ${MAKE_ENV} ${GMAKE}
+ cd ${WRKSRC}/src/xdgmime/src && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GMAKE}
post-install:
for dir in ${MIMESUBDIRS} ; do \