diff options
author | tg <tg@FreeBSD.org> | 1998-06-30 07:43:02 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-30 07:43:02 +0000 |
commit | a1bdc2299d7a7b3eb3337148a5a500c99c8372ff (patch) | |
tree | f392a28c830df083f3df91d1cbecb850e088a617 /math/py-numeric17 | |
parent | 554bf2731fa0da63ce0d1da54190cb3696cc15a3 (diff) | |
download | FreeBSD-ports-a1bdc2299d7a7b3eb3337148a5a500c99c8372ff.zip FreeBSD-ports-a1bdc2299d7a7b3eb3337148a5a500c99c8372ff.tar.gz |
Use py- as prefix for the package names.
Diffstat (limited to 'math/py-numeric17')
-rw-r--r-- | math/py-numeric17/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index 044a393..3528807 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/Makefile @@ -3,11 +3,11 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $ +# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $ # DISTNAME= LLNLPython4 -PKGNAME= numpy-1.3 +PKGNAME= py-numeric-1.3 CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz |