handle MACPORTS_PREFIX entries before make execution

This commit is contained in:
İlteriş Yağıztegin Eroğlu 2021-07-04 12:59:48 +03:00
parent 0f965d5c65
commit 86e1ef483e

View file

@ -61,7 +61,7 @@ endif
ifeq ($(USE_BREW),1)
BREW_PREFIX = $(shell brew --prefix 2>/dev/null)
ifeq ($(strip $(BREW_PREFIX)),)
MACPORTS_PREFIX = /opt/local
MACPORTS_PREFIX ?= /opt/local
endif
endif