mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
11 lines
261 B
Text
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
|