diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 13:51:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 13:51:31 +0000 |
commit | bf19241e94c396af3ec6452597d7241b2eaa1ae7 (patch) | |
tree | c09173c3b809838f80bd1285523708450a977f32 /math/pari/Makefile | |
parent | d04ad1e32ab7a91cfd39df10ede6a94dc3be6b45 (diff) | |
download | ports-bf19241e94c396af3ec6452597d7241b2eaa1ae7.tar.gz ports-bf19241e94c396af3ec6452597d7241b2eaa1ae7.zip |
Notes
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 34c13efccf22..e65b23422132 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -6,9 +6,10 @@ # PORTNAME= pari -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= math -MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ +MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \ + http://www.gn-50uma.de/ftp/pari-2.1/ MAINTAINER= yoshiaki@kt.rim.or.jp @@ -17,12 +18,12 @@ ONLY_FOR_ARCHS= i386 INSTALLS_SHLIB= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share USE_GMAKE= yes MAKE_ARGS= gp -MAN1= gp.1 gphelp.1 +MAN1= gp.1 gphelp.1 tex2mail.1 MLINKS= gp.1 pari.1 HAVE_EMACS!= which emacs || echo nope |