diff options
author | tg <tg@FreeBSD.org> | 1998-11-02 08:45:27 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-02 08:45:27 +0000 |
commit | bd647ddcde0970fb5d8ec288f99f265ea07b0d6c (patch) | |
tree | 828ace99522edfe99891dd32d9844bb6ef4f0a36 /math | |
parent | fda9784c667179d41dc8fa7a90d6a9e36da4b138 (diff) | |
download | FreeBSD-ports-bd647ddcde0970fb5d8ec288f99f265ea07b0d6c.zip FreeBSD-ports-bd647ddcde0970fb5d8ec288f99f265ea07b0d6c.tar.gz |
Use new distfile.
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 8d9249c..34c9b6c 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 3771e0a..f5e8258 100644 --- a/math/pygist/distinfo +++ b/math/pygist/distinfo @@ -1 +1 @@ -MD5 (LLNLPython5.tgz) = 8f20cceac423124ea2007c925f2210d6 +MD5 (LLNLPython6.tgz) = ac69e6a14c01b6bbd095c66b61379c7a |