summaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-31 23:56:28 +0000
committerjlam <jlam@pkgsrc.org>2006-03-31 23:56:28 +0000
commit739ade02f5e5a61b32a7e44d8957b09888c72c6d (patch)
tree7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /math/mpfr
parentc86ad2bc4b5f8212490ad688fee7ffee5bc1ee8f (diff)
downloadpkgsrc-739ade02f5e5a61b32a7e44d8957b09888c72c6d.tar.gz
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'math/mpfr')
-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"