summaryrefslogtreecommitdiff
path: root/math/mpfr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mpfr/Makefile')
-rw-r--r--math/mpfr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 147e13d6153..d56851c7dcd 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/03/02 19:09:39 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2006/03/31 23:56:28 jlam Exp $
#
DISTNAME= mpfr-2.2.0
@@ -17,7 +17,7 @@ COMMENT= GMP-based library for multiple-precision floating-point computations
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= check
-INFO_FILES= mpfr.info
+INFO_FILES= # PLIST
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"