diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-21 04:01:14 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-21 04:01:14 +0000 |
commit | 165007f6f0ae31bccc2831d4d8999b7213b563e0 (patch) | |
tree | 8d6e286d66d47818001ce55f9c9836eb70bbf867 /math/pari | |
parent | 028d6a6f16b470aad34dd2282a720ebdbf7c2320 (diff) | |
download | ports-165007f6f0ae31bccc2831d4d8999b7213b563e0.tar.gz ports-165007f6f0ae31bccc2831d4d8999b7213b563e0.zip |
Notes
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index f29aa6d431e1..a7ec521ee9e3 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -3,13 +3,12 @@ # Date created: 6 June 1997 # Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> # -# $Id: Makefile,v 1.3 1998/10/14 01:32:24 jseger Exp $ +# $Id: Makefile,v 1.4 1998/11/28 05:38:59 asami Exp $ # DISTNAME= pari-1.39.03 CATEGORIES= math -MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \ - ftp://math.ucla.edu/pub/pari/unix/ +MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/OLDVERSIONS/ MAINTAINER= yoshiaki@kt.rim.or.jp |