diff options
author | wiz <wiz> | 2001-02-16 13:30:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:30:32 +0000 |
commit | a2a55c607ab5e4747b94deae3456a9fb4c6dd009 (patch) | |
tree | 7732ff10a8f89f28a77b19326981302bfb5beae7 /benchmarks/benchfft | |
parent | 70d74edbfb10e5931e9de5948ba47f7e64d31cc3 (diff) | |
download | pkgsrc-a2a55c607ab5e4747b94deae3456a9fb4c6dd009.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'benchmarks/benchfft')
-rw-r--r-- | benchmarks/benchfft/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/benchfft/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 5889d5c26f8..4876ff467f4 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/11/07 20:28:23 skrll Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 13:37:44 wiz Exp $ DISTNAME= benchfft-2.0 CATEGORIES= benchmarks math @@ -7,6 +7,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fftw-2.0.1${EXTRACT_SUFX} MAINTAINER= root@garbled.net HOMEPAGE= http://theory.lcs.mit.edu/~benchfft/download.html +COMMENT= Benchmark your machine with a number of FFT algorithims GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/benchmarks/benchfft/pkg/COMMENT b/benchmarks/benchfft/pkg/COMMENT deleted file mode 100644 index 032c2284f5d..00000000000 --- a/benchmarks/benchfft/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Benchmark your machine with a number of FFT algorithims |