From bd647ddcde0970fb5d8ec288f99f265ea07b0d6c Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 2 Nov 1998 08:45:27 +0000 Subject: Use new distfile. --- math/pygist/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'math/pygist/Makefile') 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 # -# $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: -- cgit