diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
commit | a13ea108bb00bc0ece583da1c460ce82a8ed8c87 (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /math/fftw | |
parent | a87738b456114a95193b58ec31e883210d6b9f3f (diff) | |
download | pkgsrc-a13ea108bb00bc0ece583da1c460ce82a8ed8c87.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 3 | ||||
-rw-r--r-- | math/fftw/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index c7d08abdde4..59b001e6b17 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/05/11 02:07:08 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/17 18:22:21 wiz Exp $ DISTNAME= fftw-2.1.3 CATEGORIES= math @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.fftw.org/ +COMMENT= Collection of fast C routines to compute DFTs GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared diff --git a/math/fftw/pkg/COMMENT b/math/fftw/pkg/COMMENT deleted file mode 100644 index dcba086ab29..00000000000 --- a/math/fftw/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Collection of fast C routines to compute DFTs |