1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/sysutils/clone/files/patch-Makefile
Guido Falsi b68145b05f - Update to 1.0.6
- Regenerate patch to make portlint happy

PR:		199852
Submitted by:	cyclaero at gmail.com (maintainer)
2015-05-11 21:32:11 +00:00

11 lines
317 B
Plaintext

--- Makefile.orig 2015-05-01 19:21:45 UTC
+++ Makefile
@@ -60,5 +60,5 @@ clean:
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