misc/py-pdd: Use SETENVI instead of SETENV

This commit is contained in:
Nuno Teixeira 2024-12-07 12:26:04 +00:00
parent 9d234f805e
commit 2106138610

View file

@ -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>