aboutsummaryrefslogtreecommitdiff
path: root/math/tomsfastmath
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2006-02-20 18:05:32 +0000
committerColin Percival <cperciva@FreeBSD.org>2006-02-20 18:05:32 +0000
commitb191d62f9d95daf76bb018ecc41f827c7e1b0b4f (patch)
treebdc1485b990224cc35ef86c11cbe3cf9a5687449 /math/tomsfastmath
parent4733ac6446d46b4ef43935a3565cbc7d45241fef (diff)
downloadports-b191d62f9d95daf76bb018ecc41f827c7e1b0b4f.tar.gz
ports-b191d62f9d95daf76bb018ecc41f827c7e1b0b4f.zip
Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and mark
the ports as unbroken. Thanks to: Several people who found copies of the distfiles for me
Notes
Notes: svn path=/head/; revision=156515
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r--math/tomsfastmath/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile
index 87d56a61ce6c..aeb840f2e77f 100644
--- a/math/tomsfastmath/Makefile
+++ b/math/tomsfastmath/Makefile
@@ -8,14 +8,13 @@
PORTNAME= tomsfastmath
PORTVERSION= 0.08
CATEGORIES= math
-MASTER_SITES= http://libtomcrypt.org/tfm/files/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= cperciva/libtom
DISTNAME= tfm-${PORTVERSION}
MAINTAINER= wxs@csh.rit.edu
COMMENT= Portable fixed precision math library for fast exponentiations
-BROKEN= "Does not fetch"
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
USE_BZIP2= yes