You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
459 B

Index: Makefile
--- Makefile.orig 2018-08-11 09:28:10.163121000 +0200
+++ Makefile 2018-08-11 09:28:38.026030000 +0200
@@ -1,12 +1,6 @@
PREFIX ?= /usr/local
-BINPREFIX ?= "$(PREFIX)/bin"
-
-OS = $(shell uname)
-ifeq ($(OS), FreeBSD)
- MANPREFIX ?= "$(PREFIX)/man/man1"
-else
- MANPREFIX ?= "$(PREFIX)/share/man/man1"
-endif
+BINPREFIX ?= "$(PREFIX)/libexec/git"
+MANPREFIX ?= "$(PREFIX)/man/man1"
SYSCONFDIR ?= $(PREFIX)/etc
BINS = $(wildcard bin/git-*)