freebsd-ports/security/sequoia/files/patch-store_Makefile
2020-09-20 02:13:26 +00:00

12 lines
304 B
Text

--- store/Makefile.orig 2020-08-31 20:15:35 UTC
+++ store/Makefile
@@ -5,7 +5,8 @@ CARGO_TARGET_DIR := $(abspath $(CARGO_TARGET_DIR))
# Tools.
CARGO ?= cargo
-ifeq ($(shell uname -s), Darwin)
+
+ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install