mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
11 lines
345 B
Text
11 lines
345 B
Text
--- Makefile.orig 2020-08-31 20:12:55 UTC
|
|
+++ Makefile
|
|
@@ -38,7 +38,7 @@ TAR_FLAGS = --sort=name \
|
|
--mode=go=rX,u+rw,a-s \
|
|
--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime
|
|
|
|
-ifeq ($(shell uname -s), Darwin)
|
|
+ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
|
|
INSTALL ?= ginstall
|
|
else
|
|
INSTALL ?= install
|