diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-20 20:47:01 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-20 20:47:01 +0000 |
commit | 517f4d7d64fd41e6195e7356110911f73f860d99 (patch) | |
tree | 46c7cf4d182979afc31f2611b7c856847c10797f /math/py-numeric/Makefile | |
parent | dfc0048d75f7f265b94f8bedb12336850c156b8c (diff) | |
download | FreeBSD-ports-517f4d7d64fd41e6195e7356110911f73f860d99.zip FreeBSD-ports-517f4d7d64fd41e6195e7356110911f73f860d99.tar.gz |
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'math/py-numeric/Makefile')
-rw-r--r-- | math/py-numeric/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index 6ad8737..3386b8d 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 |