diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 20:14:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 20:14:11 +0000 |
commit | 1eddf5f1c2dd2bf050d5a513a75e712e17a1b818 (patch) | |
tree | bd7b3c788520a173b2996cd7453c25816b235d05 /math/scilab | |
parent | d9fabef7406df3600db9f2397db18a962c361fed (diff) |
- Fix MASTER_SITES
PR: 57714
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=90552
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 07efe5d98370..161113decf78 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -9,7 +9,7 @@ PORTNAME= scilab PORTVERSION= 2.7 PORTREVISION= 1 CATEGORIES= math cad parallel -MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/ +MASTER_SITES= ftp://ftp.inria.fr/INRIA/Scilab/distributions/ EXTRACT_SUFX= .src.tar.gz MAINTAINER= js@jeannot.org |