Skip to content

Commit

Permalink
textproc/translate-toolkit: Use SETENVI instead of SETENV
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 47ee601 commit cdbf795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textproc/translate-toolkit/Makefile
Expand Up @@ -77,7 +77,7 @@ YAML_VARS= MANPAGES+="po2yaml yaml2po"
post-build:
@${MKDIR} ${WRKSRC}/manpages
.for manpage in ${MANPAGES}
cd ${WRKSRC}/build/lib/translate/convert && ${SETENV} PYTHONPATH=${WRKSRC}/build/lib ${PYTHON_CMD} ${manpage}.py --man > ${WRKSRC}/manpages/${manpage}.1
cd ${WRKSRC}/build/lib/translate/convert && ${SETENVI} PYTHONPATH=${WRKSRC}/build/lib ${PYTHON_CMD} ${manpage}.py --man > ${WRKSRC}/manpages/${manpage}.1
.endfor

post-install:
Expand Down

0 comments on commit cdbf795

Please sign in to comment.