diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-02 00:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-02 00:27:31 +0000 |
commit | 2db767b11743c13d73eee5d3a45964602ea3238a (patch) | |
tree | 9780bd6afbe548d91e3672e86e76154c23deceaa /math/tomsfastmath | |
parent | - Add new SEP patch for fix a crash problem. [1] (diff) |
- Add backup MASTER_SITES
Submitted by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=178536
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r-- | math/tomsfastmath/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index d81f37cf71a0..ed758d031d2f 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -9,7 +9,9 @@ PORTNAME= tomsfastmath PORTVERSION= 0.10 CATEGORIES= math MASTER_SITES= http://tfm.libtomcrypt.com/files/ \ - http://www.atarininja.org/~wxs/distfiles/ + http://www.atarininja.org/~wxs/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= miwi DISTNAME= tfm-${PORTVERSION} MAINTAINER= wxs@atarininja.org |