summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-05-05 12:29:45 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-05-05 12:29:45 +0000
commitfb75e8f86626d06279b38ad2f4515ffe97510eb9 (patch)
tree41b6a7685b6a29097d0e3344bf83c680734e5463 /lang
parentAdd RUN_DEPENDS and respect NOPORTDOCS. (diff)
Add NumPy to default search path.
Notes
Notes: svn path=/head/; revision=6408
Diffstat (limited to 'lang')
-rw-r--r--lang/python+ipv6/files/Setup2
-rw-r--r--lang/python-devel/files/Setup2
-rw-r--r--lang/python/files/Setup2
-rw-r--r--lang/python15/files/Setup2
-rw-r--r--lang/python20/files/Setup2
-rw-r--r--lang/python21/files/Setup2
-rw-r--r--lang/python22/files/Setup2
-rw-r--r--lang/python23/files/Setup2
-rw-r--r--lang/python24/files/Setup2
-rw-r--r--lang/python25/files/Setup2
-rw-r--r--lang/python26/files/Setup2
-rw-r--r--lang/python27/files/Setup2
-rw-r--r--lang/python30/files/Setup2
-rw-r--r--lang/python31/files/Setup2
-rw-r--r--lang/python32/files/Setup2
15 files changed, 15 insertions, 15 deletions
diff --git a/lang/python+ipv6/files/Setup b/lang/python+ipv6/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python+ipv6/files/Setup
+++ b/lang/python+ipv6/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python-devel/files/Setup b/lang/python-devel/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python-devel/files/Setup
+++ b/lang/python-devel/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python/files/Setup b/lang/python/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python/files/Setup
+++ b/lang/python/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python15/files/Setup b/lang/python15/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python15/files/Setup
+++ b/lang/python15/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python20/files/Setup b/lang/python20/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python20/files/Setup
+++ b/lang/python20/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python21/files/Setup b/lang/python21/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python21/files/Setup
+++ b/lang/python21/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python22/files/Setup b/lang/python22/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python22/files/Setup
+++ b/lang/python22/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python23/files/Setup b/lang/python23/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python23/files/Setup
+++ b/lang/python23/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python24/files/Setup b/lang/python24/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python24/files/Setup
+++ b/lang/python24/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python25/files/Setup b/lang/python25/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python25/files/Setup
+++ b/lang/python25/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python26/files/Setup b/lang/python26/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python26/files/Setup
+++ b/lang/python26/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python27/files/Setup b/lang/python27/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python27/files/Setup
+++ b/lang/python27/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python30/files/Setup b/lang/python30/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python30/files/Setup
+++ b/lang/python30/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python31/files/Setup b/lang/python31/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python31/files/Setup
+++ b/lang/python31/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
diff --git a/lang/python32/files/Setup b/lang/python32/files/Setup
index 5105ea176784..1eea44586c45 100644
--- a/lang/python32/files/Setup
+++ b/lang/python32/files/Setup
@@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST)
DESTPATH=:$(DESTLIB)
# Site specific path insertions -- should begin with : if non-empty
-SITEPATH=
+SITEPATH=:$(DESTLIB)/NumPy
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test