diff options
author | pav <pav@FreeBSD.org> | 2003-12-11 07:09:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-11 07:09:50 +0800 |
commit | 36160feda9cadb20b46fe2539a25d6953c85c8d3 (patch) | |
tree | e712c09043da9e66107ea9f82f2dbbb9c7a3486d /math/metis-edf | |
parent | 9d952d5c992fbd1c44287fd3ffa0e9c3839c275d (diff) | |
download | freebsd-ports-gnome-36160feda9cadb20b46fe2539a25d6953c85c8d3.tar.gz freebsd-ports-gnome-36160feda9cadb20b46fe2539a25d6953c85c8d3.tar.zst freebsd-ports-gnome-36160feda9cadb20b46fe2539a25d6953c85c8d3.zip |
- www.code-aster.org was reorganized. fix fetching
PR: ports/60121
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'math/metis-edf')
-rw-r--r-- | math/metis-edf/Makefile | 5 | ||||
-rw-r--r-- | math/metis-edf/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index 0135f8e63898..992a06b4da4a 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -8,7 +8,8 @@ PORTNAME= metis-edf PORTVERSION= 3.1 CATEGORIES= math -MASTER_SITES= http://www.code-aster.org/FICHIERS/metis/ +MASTER_SITES= http://www.code-aster.org/FICHIERS/ +DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1.noarch MAINTAINER= ports@FreeBSD.org COMMENT= Meshes partionning tool used by Code_Aster @@ -23,6 +24,8 @@ REINPLACE_ARGS= -i "" F77?= f77 FFLAGS?= -O2 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + post-patch: .if ${MACHINE_ARCH} != "i386" @${FIND} ${WRKSRC} -type f -name "*.c" -o -name "*.h" | ${XARGS} \ diff --git a/math/metis-edf/distinfo b/math/metis-edf/distinfo index 7048bdf4a1df..791d38d8fe90 100644 --- a/math/metis-edf/distinfo +++ b/math/metis-edf/distinfo @@ -1 +1 @@ -MD5 (metis-edf-3.1.tar.gz) = 1762b6678d5d017771745c30cf6df0ac +MD5 (metis-edf-src-3.1-1.noarch.tar.gz) = 1762b6678d5d017771745c30cf6df0ac |