diff options
Diffstat (limited to 'math/fftw3/Makefile')
-rw-r--r-- | math/fftw3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index cd6ce1b0aad5..c05c7820105d 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -1,7 +1,7 @@ # New ports collection makefile for: fftw # Version required: 2.1.2 # Date created: Dec 28 1998 -# Whom: Lars Koeller <lkoeller@cc.fh-lippe.de> +# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://theory.lcs.mit.edu/pub/fftw/ \ ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ -MAINTAINER= lkoeller@cc.fh-lippe.de +MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE .include <bsd.port.pre.mk> |