diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
commit | a9f22cd5841fc7f59c12a2717351ba54b6383335 (patch) | |
tree | 678eb1267f83cca661645841d57f08cb4fa522c0 /science | |
parent | Downgrade the sml-nj port to the current `release' version v110.0.6. The (diff) |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Notes
Notes:
svn path=/head/; revision=29595
Diffstat (limited to 'science')
-rw-r--r-- | science/felt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/felt/Makefile b/science/felt/Makefile index 91cf8244e155..cc584e058c56 100644 --- a/science/felt/Makefile +++ b/science/felt/Makefile @@ -8,9 +8,10 @@ PORTNAME= felt PORTVERSION= 3.05 CATEGORIES= cad -MASTER_SITES= ftp://felt.sourceforge.net/pub/FElt/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://symphony.clarku.edu/atkinson/felt/Binaries/ \ ftp://ftp.isd.uni-stuttgart.de/pub/src/FEM/FElt/ +MASTER_SITE_SUBDIR= FElt EXTRACT_SUFX= .src.tar.gz MAINTAINER= giffunip@asme.org |