diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-24 08:02:05 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-24 08:02:05 +0800 |
commit | 5502d2c80e5a4a8ac1ad89a1bf9d7d5b023d4b11 (patch) | |
tree | f60f2d7fda80e59b7188c96f42901902eb62b14e /science | |
parent | 67b93ec32f1e87a259f6ddc7af1144388f1d04f1 (diff) | |
download | freebsd-ports-gnome-5502d2c80e5a4a8ac1ad89a1bf9d7d5b023d4b11.tar.gz freebsd-ports-gnome-5502d2c80e5a4a8ac1ad89a1bf9d7d5b023d4b11.tar.zst freebsd-ports-gnome-5502d2c80e5a4a8ac1ad89a1bf9d7d5b023d4b11.zip |
- Fix fetch
Diffstat (limited to 'science')
-rw-r--r-- | science/elmergrid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/elmergrid/Makefile b/science/elmergrid/Makefile index 6f71e6e33e31..d8d789a83c68 100644 --- a/science/elmergrid/Makefile +++ b/science/elmergrid/Makefile @@ -8,7 +8,8 @@ PORTNAME= elmergrid PORTVERSION= 5.2.3 CATEGORIES= science -MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/src/ +MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/src/ \ + ftp://ftp.funet.fi/pub/sci/physics/elmer/src/old/ MAINTAINER= araujo@bsdmail.org COMMENT= A Mesh Manipulation Utility for use with the ELMER FEM package |