X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git_remote_helpers%2FMakefile;h=74b05dc91e42414147d5f3dc7b4fc66fb86c0eca;hb=c42b00c8f2b8c04ff9829e88dcde92d7294cd460;hp=c62dfd0f4ddafbc82be15519f17815bbfcd62e8b;hpb=d16a5dafdcec037631a5453ca7923992ce27a151;p=git.git diff --git a/git_remote_helpers/Makefile b/git_remote_helpers/Makefile index c62dfd0f4..74b05dc91 100644 --- a/git_remote_helpers/Makefile +++ b/git_remote_helpers/Makefile @@ -7,7 +7,11 @@ pysetupfile:=setup.py DESTDIR_SQ = $(subst ','\'',$(DESTDIR)) ifndef PYTHON_PATH - PYTHON_PATH = /usr/bin/python + ifeq ($(uname_S),FreeBSD) + PYTHON_PATH = /usr/local/bin/python + else + PYTHON_PATH = /usr/bin/python + endif endif ifndef prefix prefix = $(HOME)