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

12 lines
289 B
Text

--- sop/Makefile.orig 2020-08-31 20:14:59 UTC
+++ sop/Makefile
@@ -6,7 +6,8 @@ SOP ?= $(CARGO_TARGET_DIR)/debug/sqop
# Tools.
CARGO ?= cargo
-ifeq ($(shell uname -s), Darwin)
+
+ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install