From df77d6c57e558f08e1d3565123cdabd53cc99162 Mon Sep 17 00:00:00 2001 From: cperciva Date: Mon, 20 Feb 2006 18:05:32 +0000 Subject: 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 --- math/tomsfastmath/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'math/tomsfastmath') 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 -- cgit