diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-30 06:09:53 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-30 06:09:53 +0800 |
commit | 6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c (patch) | |
tree | 39f5db5e677aac0352369cb6e46374b5bd11a774 /chinese | |
parent | 71c37a22dfbe5fdf7ff290ef8fcfa63c72e0cc77 (diff) | |
download | freebsd-ports-gnome-6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c.tar.gz freebsd-ports-gnome-6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c.tar.zst freebsd-ports-gnome-6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c.zip |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/sunpinyin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index a44f940942b1..30a631a26761 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -24,7 +24,6 @@ USE_LDCONFIG= yes USES= gmake iconv perl5 pkgconfig python scons shebangfix USE_PERL5= build SHEBANG_FILES= python/*.py -python_CMD= ${PYTHON_CMD} LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} INSTALL_TARGET= install-lib install-headers --install-sandbox=${STAGEDIR} |