From 67a519c67eeb39d1f623c68aad91205250981c46 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 2 Nov 1998 08:42:37 +0000 Subject: Upgrade to 1.6. --- math/py-numeric17/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'math/py-numeric17/Makefile') diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index 27b36565f39b..605f2a8f9f69 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: numpy -# Version required: 1.4 +# Version required: 1.6 # Date created: 20 April 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.10 1998/06/30 07:43:01 tg Exp $ +# $Id: Makefile,v 1.11 1998/09/01 07:03:47 tg Exp $ # -DISTNAME= LLNLPython5 -PKGNAME= py-numeric-1.4 +DISTNAME= LLNLPython6 +PKGNAME= py-numeric-1.6 CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz @@ -17,13 +17,13 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -WRKSRC= ${WRKDIR}/LLNLPython5/Numerical +WRKSRC= ${WRKDIR}/${DISTNAME}/Numerical CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5 -NUMPYDIR= ${PREFIX}/lib/python1.5/site-packages +NUMPYDIR= ${PYTHONSCRIPTDIR}/site-packages DOCDIR= ${PREFIX}/share/doc/NumPy EXAMPLEDIR= ${PREFIX}/share/examples/NumPy -- cgit v1.2.3