aboutsummaryrefslogtreecommitdiff
path: root/math/metis-edf/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-10 23:09:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-10 23:09:50 +0000
commit8a0dc91f63cc8b88f1d4b6605dec8c35e7b1cb8e (patch)
tree282f0072123d3953dd0910e90d9a983c2a11db0f /math/metis-edf/Makefile
parent62393e6ea8406baf97d2617e156c2b593df65482 (diff)
downloadports-8a0dc91f63cc8b88f1d4b6605dec8c35e7b1cb8e.tar.gz
ports-8a0dc91f63cc8b88f1d4b6605dec8c35e7b1cb8e.zip
Notes
Diffstat (limited to 'math/metis-edf/Makefile')
-rw-r--r--math/metis-edf/Makefile5
1 files changed, 4 insertions, 1 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} \