13 lines
434 B
Plaintext
13 lines
434 B
Plaintext
$OpenBSD: patch-IPython_testing_plugin_Makefile,v 1.1 2013/11/04 11:31:12 edd Exp $
|
|
--- IPython/testing/plugin/Makefile.orig Sat Nov 2 14:48:00 2013
|
|
+++ IPython/testing/plugin/Makefile Sat Nov 2 14:48:18 2013
|
|
@@ -67,7 +67,7 @@ all: base ipython
|
|
|
|
# Main plugin and cleanup
|
|
IPython_doctest_plugin.egg-info: $(SRC)
|
|
- python setup.py install --prefix=$(PREFIX)
|
|
+ ${MODPY_BIN} setup.py install --prefix=$(PREFIX)
|
|
touch $@
|
|
|
|
clean:
|