ports/sysutils/clone/files/patch-Makefile
Muhammad Moinur Rahman fae1929481
sysutils/clone: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 15:30:33 +01:00

10 lines
323 B
Text

--- 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)/share/man/man1/$(TOOL).1