diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-09-02 13:41:55 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-09-02 13:41:55 +0000 |
commit | 2bbd5b591e8d274dd9161bfc72c9619ffe3c0c37 (patch) | |
tree | c42bbaae1b08f7c80796c8d43a3bb1ea6ca904d5 /math/asir2000/Makefile | |
parent | 84c22033ca3998ecc4311bfbf61eca77bffabefc (diff) |
Notes
Diffstat (limited to 'math/asir2000/Makefile')
-rw-r--r-- | math/asir2000/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index e58bf8e696f2..a1bffbe0d93a 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asir -PORTVERSION= 20070718 +PORTVERSION= 20070806 CATEGORIES= math MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ ftp://ftp.asir.org/pub/asir/src/ \ @@ -23,12 +23,12 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:15 autoconf:253 USE_XLIB= yes CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari -ASIR_SRC_VERSION= 20070718 +ASIR_SRC_VERSION= ${PORTVERSION} ASIR_DOC_VERSION= 20070718 GC_VERSION= 6.8 -ASIR_SRC= asir-${ASIR_SRC_VERSION}.tar.gz -ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}.tar.gz -GC_SRC= gc${GC_VERSION}.tar.gz +ASIR_SRC= asir-${ASIR_SRC_VERSION}${EXTRACT_SUFX} +ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}${EXTRACT_SUFX} +GC_SRC= gc${GC_VERSION}${EXTRACT_SUFX} MAN1= asir.1 WRKSRC= ${WRKDIR}/asir2000 |