diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-21 14:12:27 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-21 14:12:27 +0800 |
commit | 21b029e797312ae5a2a896531d2e9cae06eaf16e (patch) | |
tree | 39dc1e5498888ae8d2b49a5e4c0a715093b98c8d /science | |
parent | 7f2dd17082586ed7fc5c892c7676518278c371e7 (diff) | |
download | freebsd-ports-gnome-21b029e797312ae5a2a896531d2e9cae06eaf16e.tar.gz freebsd-ports-gnome-21b029e797312ae5a2a896531d2e9cae06eaf16e.tar.zst freebsd-ports-gnome-21b029e797312ae5a2a896531d2e9cae06eaf16e.zip |
- fix MASTER_SITES path
- pass maintianership to submitter
PR: 108156
Submitted by: Marcelo Araujo
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-hutiter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/elmer-hutiter/Makefile b/science/elmer-hutiter/Makefile index 44af6fcd63e0..c3cd8be953e4 100644 --- a/science/elmer-hutiter/Makefile +++ b/science/elmer-hutiter/Makefile @@ -9,10 +9,10 @@ PORTNAME= hutiter PORTVERSION= 5.2.0 PORTREVISION= 1 CATEGORIES= science -MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ +MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/src/ PKGNAMEPREFIX= elmer- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= HUTIter library for use in the ELMER FEM package LIB_DEPENDS= arpack.1:${PORTSDIR}/math/arpack |