diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 06:06:48 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 06:06:48 +0000 |
commit | 6f276b42dc99b0bdf5f1c0e3e368c5d60f17f209 (patch) | |
tree | 7c12612cf69a5f04154c5a2993178e1ebb578632 /science | |
parent | a982d144409e6cd948994e00059a799592c9af19 (diff) |
- fix MASTER_SITES path
- pass maintianership to submitter
PR: 108157
Submitted by: Marcelo Araujo
Notes
Notes:
svn path=/head/; revision=182886
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-matc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/elmer-matc/Makefile b/science/elmer-matc/Makefile index 6896ed41ed2f..b65d92cb987e 100644 --- a/science/elmer-matc/Makefile +++ b/science/elmer-matc/Makefile @@ -8,10 +8,10 @@ PORTNAME= matc PORTVERSION= 5.2.0 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= MatC language library used by ELMER FEM package GNU_CONFIGURE= yes |