diff options
Diffstat (limited to 'math/mpfr/Makefile')
-rw-r--r-- | math/mpfr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 305872527ec..17fc6959493 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2008/08/17 07:59:13 bjs Exp $ +# $NetBSD: Makefile,v 1.12 2009/03/19 11:54:53 drochner Exp $ # -DISTNAME= mpfr-2.3.1 +DISTNAME= mpfr-2.4.1 CATEGORIES= math MASTER_SITES= http://www.mpfr.org/mpfr-current/ +DIST_SUBDIR= ${DISTNAME} PATCHFILES= patches PATCH_SITES= ${MASTER_SITES} PATCH_DIST_STRIP= -p1 |