diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-24 14:43:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-24 14:43:49 +0000 |
commit | 7febf240df1b3430302de0771a11174c01326a96 (patch) | |
tree | 12d23756b8e653cbb30c27d4348bbb4b2c890a88 /devel/fpp/Makefile | |
parent | 74251312b92aaa7cd9674cc65c12a6e796d6eb20 (diff) | |
download | ports-7febf240df1b3430302de0771a11174c01326a96.tar.gz ports-7febf240df1b3430302de0771a11174c01326a96.zip |
Notes
Diffstat (limited to 'devel/fpp/Makefile')
-rw-r--r-- | devel/fpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fpp/Makefile b/devel/fpp/Makefile index 31e34317f35f..d4c49fa96e2f 100644 --- a/devel/fpp/Makefile +++ b/devel/fpp/Makefile @@ -9,7 +9,8 @@ PORTNAME= fpp PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.netlib.org/fortran/ +MASTER_SITES= http://scicomp.ewha.ac.kr/netlib/fortran/ \ + ftp://ftp.netlib.org/fortran/ DISTNAME= fdfpp EXTRACT_SUFX= .tgz |