diff options
author | jlam <jlam> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-31 23:56:28 +0000 |
commit | 3f95d3993882f863f6ccbdf9ada020346f39c938 (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /math/mpfr | |
parent | 9c2996139cf3c1af1b6cda4f43cbf030377993e9 (diff) | |
download | pkgsrc-3f95d3993882f863f6ccbdf9ada020346f39c938.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/Makefile | 4 |
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" |