diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 22:29:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 22:29:24 +0000 |
commit | d53f2613a28e581aef19625a841413f07323d4cb (patch) | |
tree | c626057eaf6deea2b92a6f4b3aab9f38525b5d4c /math | |
parent | 5eda9927b21c5658a638874a8f824e6b01130297 (diff) | |
download | ports-d53f2613a28e581aef19625a841413f07323d4cb.tar.gz ports-d53f2613a28e581aef19625a841413f07323d4cb.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 2 | ||||
-rw-r--r-- | math/grace/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index c6d40a010106..8980120e7806 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ PKGNAMESUFFIX= ${FFTW_PKGNAMESUFFIX} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform # current flavors: default, float diff --git a/math/grace/Makefile b/math/grace/Makefile index 86df7c760574..14323814660a 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -13,7 +13,7 @@ CATEGORIES= math print MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/stable/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A powerful plotting tool (successor of xmgr) LIB_DEPENDS= Xbae:${PORTSDIR}/x11-toolkits/xbae \ |