mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
13 lines
445 B
Text
13 lines
445 B
Text
--- Makefile.orig 2017-05-15 07:49:44 UTC
|
|
+++ Makefile
|
|
@@ -120,8 +120,8 @@ clean::
|
|
|
|
install:
|
|
mkdir -p $(prefix) $(bindir)
|
|
- $(INSTALL) -m 755 halibut $(bindir)/halibut
|
|
- $(MAKE) -C ../doc install prefix="$(prefix)" INSTALL="$(INSTALL)"
|
|
+ $(INSTALL) -m 755 halibut $(DESTDIR)$(bindir)/halibut
|
|
+ $(MAKE) -C ../doc install prefix="$(DESTDIR)$(prefix)" INSTALL="$(INSTALL)"
|
|
|
|
FORCE: # phony target to force version.o to be rebuilt every time
|
|
|