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

11 lines
261 B
Text

--- openpgp-ffi/Makefile.orig 2020-08-31 20:14:41 UTC
+++ openpgp-ffi/Makefile
@@ -20,7 +20,7 @@ else
endif
# Tools.
-ifeq ($(shell uname -s), Darwin)
+ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install