76af9b2b69
PR: 249238 Submitted by: phryk-ports@wzff.de
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
--- Makefile.orig 2020-08-21 08:30:55 UTC
|
|
+++ Makefile
|
|
@@ -9,7 +9,8 @@ CFLAGS += -I../../include -I../../../openpgp-ffi/incl
|
|
PYTHON ?= python3
|
|
IPYTHON ?= ipython3
|
|
PYTEST ?= pytest-3
|
|
-ifeq ($(shell uname -s), Darwin)
|
|
+
|
|
+ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
|
|
INSTALL ?= ginstall
|
|
else
|
|
INSTALL ?= install
|