diff options
author | tg <tg@FreeBSD.org> | 1998-11-02 16:45:27 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-02 16:45:27 +0800 |
commit | bd647ddcde0970fb5d8ec288f99f265ea07b0d6c (patch) | |
tree | 828ace99522edfe99891dd32d9844bb6ef4f0a36 /math/pygist/Makefile | |
parent | fda9784c667179d41dc8fa7a90d6a9e36da4b138 (diff) | |
download | freebsd-ports-gnome-bd647ddcde0970fb5d8ec288f99f265ea07b0d6c.tar.gz freebsd-ports-gnome-bd647ddcde0970fb5d8ec288f99f265ea07b0d6c.tar.zst freebsd-ports-gnome-bd647ddcde0970fb5d8ec288f99f265ea07b0d6c.zip |
Use new distfile.
Diffstat (limited to 'math/pygist/Makefile')
-rw-r--r-- | math/pygist/Makefile | 8 |
1 files changed, 4 insertions, 4 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: |