diff options
author | shaun <shaun@FreeBSD.org> | 2006-08-16 23:12:47 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-08-16 23:12:47 +0800 |
commit | 37614bccf48aa11ce1841e9edc5f6cb8e60b9da4 (patch) | |
tree | 22886d7eaa4a8e8fa9f13ce5672b682142332063 /cad | |
parent | b9c92518ca405be7c443e4cd2edb5c5de3c67fc8 (diff) | |
download | freebsd-ports-graphics-37614bccf48aa11ce1841e9edc5f6cb8e60b9da4.tar.gz freebsd-ports-graphics-37614bccf48aa11ce1841e9edc5f6cb8e60b9da4.tar.zst freebsd-ports-graphics-37614bccf48aa11ce1841e9edc5f6cb8e60b9da4.zip |
Fix fetch.
Reported by: fenner's distfile survey
Diffstat (limited to 'cad')
-rw-r--r-- | cad/netgen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index a88dffb062b..e17eb24fbb5 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -8,7 +8,7 @@ PORTNAME= netgen PORTVERSION= 4.4 CATEGORIES= cad -MASTER_SITES= http://www.hpfem.jku.at/netgen/ +MASTER_SITES= http://www.hpfem.jku.at/cgi/download.cgi?ID= DISTNAME= ngs${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org @@ -23,6 +23,8 @@ USE_TK= yes ALL_TARGET= ng +FETCH_BEFORE_ARGS+= -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} + TUTOS= boxcyl.geo cone.geo cube.geo cubeandspheres.geo cubemcyl.geo \ cubemsphere.geo cylinder.geo cylsphere.geo demo2d.in2d ellipsoid.geo \ ellipticcyl.geo fichera.geo hinge.stl lshape3d.geo manyholes.geo \ |