git: 210613861028 - main - misc/py-pdd: Use SETENVI instead of SETENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Dec 2024 12:40:40 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=210613861028efb1ab7c4ab9cf94874b8827d60d
commit 210613861028efb1ab7c4ab9cf94874b8827d60d
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-12-07 12:26:04 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-12-07 12:40:24 +0000
misc/py-pdd: Use SETENVI instead of SETENV
---
misc/py-pdd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/py-pdd/Makefile b/misc/py-pdd/Makefile
index 4961681cb630..a1d7823dbcec 100644
--- a/misc/py-pdd/Makefile
+++ b/misc/py-pdd/Makefile
@@ -29,6 +29,6 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v test.py
+ cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v test.py
.include <bsd.port.mk>