summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-20 20:47:01 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-20 20:47:01 +0000
commit941e3d525a147b0a879b47e063c791718315d961 (patch)
tree750b6847916f5261442d1dcfcabeb413ac028965 /math
parenttrim down a bit and add WWW: (portlint) (diff)
PREFIX -> LOCALBASE (portlint)
Notes
Notes: svn path=/head/; revision=27824
Diffstat (limited to 'math')
-rw-r--r--math/numpy/Makefile2
-rw-r--r--math/py-numeric/Makefile2
-rw-r--r--math/py-numeric17/Makefile2
-rw-r--r--math/pygist/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/math/numpy/Makefile b/math/numpy/Makefile
index 6ad873749b5e..3386b8d69300 100644
--- a/math/numpy/Makefile
+++ b/math/numpy/Makefile
@@ -14,7 +14,7 @@ DISTNAME= Numerical-${PORTVERSION}
MAINTAINER= tg@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils
+BUILD_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils
RUN_DEPENDS= python:${PORTSDIR}/lang/python
DOCDIR= ${PREFIX}/share/doc/py-numeric
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile
index 6ad873749b5e..3386b8d69300 100644
--- a/math/py-numeric/Makefile
+++ b/math/py-numeric/Makefile
@@ -14,7 +14,7 @@ DISTNAME= Numerical-${PORTVERSION}
MAINTAINER= tg@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils
+BUILD_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils
RUN_DEPENDS= python:${PORTSDIR}/lang/python
DOCDIR= ${PREFIX}/share/doc/py-numeric
diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile
index 6ad873749b5e..3386b8d69300 100644
--- a/math/py-numeric17/Makefile
+++ b/math/py-numeric17/Makefile
@@ -14,7 +14,7 @@ DISTNAME= Numerical-${PORTVERSION}
MAINTAINER= tg@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils
+BUILD_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils
RUN_DEPENDS= python:${PORTSDIR}/lang/python
DOCDIR= ${PREFIX}/share/doc/py-numeric
diff --git a/math/pygist/Makefile b/math/pygist/Makefile
index 730af7dd3823..26c4ccfcf369 100644
--- a/math/pygist/Makefile
+++ b/math/pygist/Makefile
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= tg@FreeBSD.org
BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
- ${PREFIX}/lib/yorick/1.4/lib/libgist.a:${PORTSDIR}/lang/yorick \
+ ${LOCALBASE}/lib/yorick/1.4/lib/libgist.a:${PORTSDIR}/lang/yorick \
${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \
${RNGDIR}/Ranf.py:${PORTSDIR}/math/rng
RUN_DEPENDS= python:${PORTSDIR}/lang/python \