diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
commit | 1450b259bac40bf40e6678fc7eb42d553b47e37e (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /math/fftw/Makefile | |
parent | fe1cdd47b49037fbb784ac847c0857b1f98b4d17 (diff) | |
download | pkgsrc-1450b259bac40bf40e6678fc7eb42d553b47e37e.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r-- | math/fftw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index a6964abaa0f..486d1ce5069 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:10:01 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/03/31 23:56:28 jlam Exp $ DISTNAME= fftw-3.1 PKGREVISION= 1 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared PKGCONFIG_OVERRIDE+= fftw.pc.in -INFO_FILES= fftw3.info +INFO_FILES= # PLIST TEST_TARGET= check |