From 27e29b575d90b0e579d081013ca061aaaaff006f Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sat, 16 Nov 2013 20:58:17 +0000 Subject: - Upgrade to version 1.0.3. - Add staging support while I'm here. PR: ports/183907 Submitted by: maintainer --- sysutils/clone/files/patch-Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/clone/files/patch-Makefile (limited to 'sysutils/clone/files/patch-Makefile') 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 -- cgit v1.2.3