summaryrefslogtreecommitdiff
path: root/sysutils/clone/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/clone/files/patch-Makefile')
-rw-r--r--sysutils/clone/files/patch-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/clone/files/patch-Makefile b/sysutils/clone/files/patch-Makefile
new file mode 100644
index 000000000000..3991f622891f
--- /dev/null
+++ b/sysutils/clone/files/patch-Makefile
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- Makefile.orig
++++ Makefile
+@@ -60,5 +60,5 @@
+ update: clean all
+
+ install: $(TOOL)
+- strip -x -o /usr/local/bin/$(TOOL) $(TOOL)
+- cp $(TOOL).1 /usr/local/man/man1/$(TOOL).1
++ strip -x -o $(DESTDIR)$(PREFIX)/bin/$(TOOL) $(TOOL)
++ cp $(TOOL).1 $(DESTDIR)$(PREFIX)/man/man1/$(TOOL).1