Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2024 12:40:40 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 210613861028 - main - misc/py-pdd: Use SETENVI instead of SETENV
Message-ID:  <202412071240.4B7Ceeu9063603@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412071240.4B7Ceeu9063603>