summaryrefslogtreecommitdiff
path: root/sysutils/clone/files/patch-Makefile
blob: 3991f622891f977fcb538cd6f3527ec7d028dbb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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