diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-25 06:43:28 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-25 06:43:28 +0000 |
commit | ad0b1faa57ad70ab91442308b6d446c9e8a9cc1e (patch) | |
tree | 9f53adf2017429dae65715c7364bab892b8b0301 /math/py-numeric | |
parent | 224a52e6d86bcfa8ba0b7d027500a5ac2c5a7ce9 (diff) |
Notes
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 9f00bd062504..044a393288fe 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -3,12 +3,12 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ +# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $ # DISTNAME= LLNLPython4 PKGNAME= numpy-1.3 -CATEGORIES= math +CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz |