diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-30 07:43:02 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-30 07:43:02 +0000 |
commit | 93c9528efcf0244e7978bee936f32a17053f4fe6 (patch) | |
tree | 236f7184ec792ce07f7e340c98fb1634c19ee58f /math/py-numeric | |
parent | 6cf03c5c0991d1595093c4cc943308bb03f03286 (diff) | |
download | freebsd-ports-93c9528efcf0244e7978bee936f32a17053f4fe6.zip |
Use py- as prefix for the package names.
Diffstat (limited to 'math/py-numeric')
-rw-r--r-- | math/py-numeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index 044a393288fe..35288074047f 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/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 |