diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-25 19:09:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-25 19:09:14 +0000 |
commit | b44706cc004efd66c805ed42d2f48e3e9ceee72d (patch) | |
tree | 9dc37d6444f87dba17d1385b85a4cef69bf394a0 /textproc/codespell | |
parent | e9f31516fc8e70e6dc786b5ceb7aa083d481619c (diff) | |
download | ports-b44706cc004efd66c805ed42d2f48e3e9ceee72d.tar.gz ports-b44706cc004efd66c805ed42d2f48e3e9ceee72d.zip |
Notes
Diffstat (limited to 'textproc/codespell')
-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: |