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 | |
parent | - Remove dead MASTER_SITE (diff) |
- Add responsive MASTER_SITES
Notes
Notes:
svn path=/head/; revision=149304
-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 |