From 265fb62be67d296a865c924d73550ffc34d4e71b Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 18 Apr 2006 18:36:07 +0000 Subject: [PATCH] - Use MASTER_SITE_LOCAL in MASTER_SITES to fix fetch Reported by: kris mail --- math/ldouble/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/ldouble/Makefile b/math/ldouble/Makefile index f0c98d1f8285..3a8f67edc6ad 100644 --- a/math/ldouble/Makefile +++ b/math/ldouble/Makefile @@ -9,7 +9,9 @@ PORTNAME= ldouble PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://www.moshier.net/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +# http://www.moshier.net/ +MASTER_SITE_SUBDIR= ahze DISTFILES= ${LDOUBLE_DISTFILE} MAINTAINER= ahze@FreeBSD.org