forked from Lainports/opnsense-ports
16 lines
524 B
Text
16 lines
524 B
Text
--- makefile.orig 2018-08-17 17:13:08 UTC
|
|
+++ makefile
|
|
@@ -123,11 +123,11 @@ install_misc_skderivs install_misc_slako
|
|
ROOT=$(ROOT) BUILDROOT=$(BUILDDIR) install
|
|
|
|
|
|
-PYTHON := python
|
|
+PYTHON ?= python
|
|
.PHONY: install_dptools
|
|
install_dptools:
|
|
cd $(ROOT)/tools/dptools \
|
|
- && $(PYTHON) setup.py install --prefix $(INSTALLDIR)
|
|
+ && $(PYTHON) setup.py install $(FREEBSD_PYDISTUTILS_INSTALLARGS)
|
|
|
|
################################################################################
|
|
# Check targets
|