mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
314 B
Makefile
12 lines
314 B
Makefile
--- python/Makefile.am.orig 2019-03-19 17:55:02 UTC
|
|||
|
|
+++ python/Makefile.am
|
||
|
|
@@ -22,7 +22,7 @@ clean: python-clean
|
||
|
|
distclean: clean
|
||
|
|
|
||
|
|
python-install:
|
||
|
|
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
|
||
|
|
+ $(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR)
|
||
|
|
|
||
|
|
install-exec-local: python-install
|
||
|
|
|