diff options
Diffstat (limited to 'textproc/codespell/Makefile')
-rw-r--r-- | textproc/codespell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile index 620a92cb5db9..2ebc1eccf04f 100644 --- a/textproc/codespell/Makefile +++ b/textproc/codespell/Makefile @@ -23,7 +23,7 @@ PORTEXAMPLES= * SUB_FILES+= pkg-message do-build: - ${REINPLACE_CMD} 's|#!/usr/bin/env python3|#!${LOCALBASE}/bin/${PYTHON_VERSION}|' \ + ${REINPLACE_CMD} 's|#!/usr/bin/env python3|#!${PYTHON_CMD}|' \ ${WRKSRC}/codespell.py do-install: |