From 0c76bca72d26f433aa55cabec06e458610e08bb5 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Fri, 27 May 2005 17:48:14 +0000 Subject: [PATCH] Make fetchable again. --- math/freefem++/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index cd16d684f5a3..6af7ead01eac 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -10,13 +10,12 @@ DISTVERSION= 1.45-6 PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Gamma/freefem/ \ - http://mule.ann.jussieu.fr/~hecht/ftp/freefem/ + http://mule.ann.jussieu.fr/~hecht/ftp/freefem/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of a language dedicated to the finite element method -BROKEN= Unfetchable - LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \ f2c.2:${PORTSDIR}/lang/f2c \ gsl.7:${PORTSDIR}/math/gsl \