summaryrefslogtreecommitdiff
path: root/sysutils/clone/files/patch-Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2013-11-16 20:58:17 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2013-11-16 20:58:17 +0000
commit27e29b575d90b0e579d081013ca061aaaaff006f (patch)
treea05ccc3abc006c29a36dfab7a26a35e766fbd4fd /sysutils/clone/files/patch-Makefile
parent- Change MASTER_SITES to my LOCAL: original upstream disappeared (diff)
- Upgrade to version 1.0.3.
- Add staging support while I'm here. PR: ports/183907 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=334033
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