diff options
Diffstat (limited to 'math/emc2/Makefile')
-rw-r--r-- | math/emc2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/emc2/Makefile b/math/emc2/Makefile index 3572e46..395f03f 100644 --- a/math/emc2/Makefile +++ b/math/emc2/Makefile @@ -9,12 +9,11 @@ PORTNAME= emc2 PORTVERSION= 2.15 PORTREVISION= 1 CATEGORIES= math science -MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Gamma/emc2/ -DISTNAME= ${PORTNAME}-v${PORTVERSION}c +MASTER_SITES= http://www-rocq1.inria.fr/gamma/cdrom/ftp/emc2/ .if !defined(NOPORTDOCS) -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}.doc.en.ps.gz ${PORTNAME}.doc.fr.ps.gz -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}${EXTRACT_SUFX} \ + ${PORTNAME}-doc-en.ps.gz ${PORTNAME}-doc-fr.ps.gz +EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX} .endif MAINTAINER= ports@FreeBSD.org |