diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-09 01:11:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-09 01:11:31 +0000 |
commit | 60eb7ef0060d60a1b85f38819a4449fab7ac75f2 (patch) | |
tree | d6ec535a6feb73171a5e2875a72a819dc8835196 /math | |
parent | c2cdee03877f284c1b6c842cb2ede17cd2c42b47 (diff) | |
download | pkgsrc-60eb7ef0060d60a1b85f38819a4449fab7ac75f2.tar.gz |
Info files have been moved to the PLIST already, so empty out the
INFO_FILES variable.
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index 7219d4d65ca..31b42dcf4c9 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/05 16:27:27 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/09 01:11:31 jlam Exp $ DISTNAME= fftw-2.1.5 PKGNAME= fftw2-2.1.5 @@ -20,6 +20,6 @@ CONFIGURE_ARGS+= --enable-i386-hacks .endif USE_LANGUAGES= fortran USE_TOOLS+= gmake makeinfo -INFO_FILES= fftw.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" |