git: 7cb48c4de308 - main - graphics/birdfont: Use SETENVI instead of SETENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Dec 2024 12:40:36 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7cb48c4de308fb627d8838dbd09b5428d72c3535 commit 7cb48c4de308fb627d8838dbd09b5428d72c3535 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-12-07 11:06:03 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-12-07 12:40:23 +0000 graphics/birdfont: Use SETENVI instead of SETENV --- graphics/birdfont/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/birdfont/Makefile b/graphics/birdfont/Makefile index 7c822e2c4124..5711c679de61 100644 --- a/graphics/birdfont/Makefile +++ b/graphics/birdfont/Makefile @@ -1,5 +1,6 @@ PORTNAME= birdfont DISTVERSION= 2.33.4 +PORTREVISION= 1 CATEGORIES= graphics x11-fonts MASTER_SITES= https://birdfont.org/releases/ @@ -39,7 +40,7 @@ _STRIPPABLE= bin/birdfont bin/birdfont-autotrace bin/birdfont-export \ lib/libbirdgems.so.0.0 do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} build.py) + (cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${PYTHON_CMD} build.py) do-install: (cd ${WRKSRC} && ./install.py \