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/gsl | |
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/gsl')
-rw-r--r-- | math/gsl/Makefile | 4 | ||||
-rw-r--r-- | math/gsl/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index ee90964c166..9601ebe6601 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/31 18:57:28 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/03/31 23:56:28 jlam Exp $ DISTNAME= gsl-1.7 CATEGORIES= math devel @@ -10,7 +10,7 @@ COMMENT= The GNU Scientific Library GNU_CONFIGURE= yes USE_LIBTOOL= yes -INFO_FILES= gsl-ref.info +INFO_FILES= # PLIST TEST_TARGET= check diff --git a/math/gsl/PLIST b/math/gsl/PLIST index d86a86dace9..70e4c285905 100644 --- a/math/gsl/PLIST +++ b/math/gsl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2005/09/30 12:31:28 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2006/03/31 23:56:28 jlam Exp $ bin/gsl-config bin/gsl-histogram bin/gsl-randist @@ -215,6 +215,7 @@ include/gsl/gsl_vector_ushort.h include/gsl/gsl_version.h include/gsl/gsl_wavelet.h include/gsl/gsl_wavelet2d.h +info/gsl-ref.info lib/libgsl.la lib/libgslcblas.la lib/pkgconfig/gsl.pc |