mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
27e29b575d
- Add staging support while I'm here. PR: ports/183907 Submitted by: maintainer
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
|
|
$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
|