mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
Transparent bidirectional bridge between Git and Mercurial for Git. WWW: https://github.com/mnauw/git-remote-hg PR: 234200 Submitted by: Šimun Mikecin <numisemis@yahoo.com>
12 lines
216 B
Text
12 lines
216 B
Text
--- Makefile.orig 2018-10-14 14:27:51 UTC
|
|
+++ Makefile
|
|
@@ -1,7 +1,7 @@
|
|
-prefix := $(HOME)
|
|
+prefix ?= $(HOME)
|
|
|
|
bindir := $(prefix)/bin
|
|
-mandir := $(prefix)/share/man/man1
|
|
+mandir := $(prefix)/man/man1
|
|
|
|
all: doc
|
|
|