From 303e73dabd702e19dae0638e402b7adedc2e63d0 Mon Sep 17 00:00:00 2001 From: antoine Date: Wed, 29 Jul 2015 22:09:53 +0000 Subject: 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 --- chinese/sunpinyin/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'chinese') 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} -- cgit