aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-05-28 01:48:14 +0800
committerthierry <thierry@FreeBSD.org>2005-05-28 01:48:14 +0800
commit123437593fe4aa81340c3e5bddb721c5827fbc87 (patch)
tree63f466c7054f36c2e64d0dee4836ad0c0bcab613
parentcdb86d366e73dfda9bd1535611242f9131023e49 (diff)
downloadfreebsd-ports-gnome-123437593fe4aa81340c3e5bddb721c5827fbc87.tar.gz
freebsd-ports-gnome-123437593fe4aa81340c3e5bddb721c5827fbc87.tar.zst
freebsd-ports-gnome-123437593fe4aa81340c3e5bddb721c5827fbc87.zip
Make fetchable again.
-rw-r--r--math/freefem++/Makefile5
1 files 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 \