diff options
author | flathill <flathill@FreeBSD.org> | 1999-01-21 12:01:14 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-01-21 12:01:14 +0800 |
commit | 5c71c8f734d14ea6935ab1a329d1142196c27698 (patch) | |
tree | b0ffd9491f075c97fd79f1218420e7ec8ace72bf /math | |
parent | 156f337e052ce657d2ee15991e6017cde6c0b37a (diff) | |
download | freebsd-ports-gnome-5c71c8f734d14ea6935ab1a329d1142196c27698.tar.gz freebsd-ports-gnome-5c71c8f734d14ea6935ab1a329d1142196c27698.tar.zst freebsd-ports-gnome-5c71c8f734d14ea6935ab1a329d1142196c27698.zip |
MASTER_SITES has changed.
Diffstat (limited to 'math')
-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 |