diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-02 08:45:27 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-02 08:45:27 +0000 |
commit | 4a9c98627bc5073e179e2120b5a667aa4295705d (patch) | |
tree | 132d092e9a88614d29996a1e7ef93c394283fc47 /math | |
parent | 67a519c67eeb39d1f623c68aad91205250981c46 (diff) | |
download | ports-4a9c98627bc5073e179e2120b5a667aa4295705d.tar.gz ports-4a9c98627bc5073e179e2120b5a667aa4295705d.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/pygist/Makefile | 8 | ||||
-rw-r--r-- | math/pygist/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/pygist/Makefile b/math/pygist/Makefile index 8d9249c08cc9..34c9b6c92266 100644 --- a/math/pygist/Makefile +++ b/math/pygist/Makefile @@ -3,10 +3,10 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1998/06/30 07:43:02 tg Exp $ +# $Id: Makefile,v 1.6 1998/09/01 07:05:05 tg Exp $ # -DISTNAME= LLNLPython5 +DISTNAME= LLNLPython6 PKGNAME= py-gist-1.5 CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ @@ -22,13 +22,13 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python \ ${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \ ${SITEPYDIR}/Ranf.py:${PORTSDIR}/math/rng -WRKSRC= ${WRKDIR}/LLNLPython5/Graphics +WRKSRC= ${WRKDIR}/${DISTNAME}/Graphics CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5 -SITEPYDIR= ${PREFIX}/lib/python1.5/site-packages +SITEPYDIR= ${PYTHONSCRIPTDIR}/site-packages EXAMPLEDIR= ${PREFIX}/share/examples/PyGist do-configure: diff --git a/math/pygist/distinfo b/math/pygist/distinfo index 3771e0ac6142..f5e825841abd 100644 --- a/math/pygist/distinfo +++ b/math/pygist/distinfo @@ -1 +1 @@ -MD5 (LLNLPython5.tgz) = 8f20cceac423124ea2007c925f2210d6 +MD5 (LLNLPython6.tgz) = ac69e6a14c01b6bbd095c66b61379c7a |