X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git_remote_helpers%2FMakefile;h=74b05dc91e42414147d5f3dc7b4fc66fb86c0eca;hb=e9c4c11165e48b8f3fe1b4fc4db513f8e57202fb;hp=c62dfd0f4ddafbc82be15519f17815bbfcd62e8b;hpb=67bc7407211d26de518811dafc2c1cf2e6124709;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)