diff options
author | dhn <dhn@FreeBSD.org> | 2009-03-07 02:20:59 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-03-07 02:20:59 +0800 |
commit | 4c80d0b2d82d79430306e8f6ecd137282b0cb57c (patch) | |
tree | 4d8507825fe31573559ce5f9d8ee1bdd085af72b /math | |
parent | 5a672e376b51e44f90feaea389761c3854ed8a37 (diff) | |
download | freebsd-ports-gnome-4c80d0b2d82d79430306e8f6ecd137282b0cb57c.tar.gz freebsd-ports-gnome-4c80d0b2d82d79430306e8f6ecd137282b0cb57c.tar.zst freebsd-ports-gnome-4c80d0b2d82d79430306e8f6ecd137282b0cb57c.zip |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/fxt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index ffbf03593f8c..f5697dcb791d 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.jjj.de/fxt/ \ http://freebsd.unixfreunde.de/sources/ EXTRACT_SUFX= .tgz -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= FFT code and related stuff WRKSRC= ${WRKDIR}/${PORTNAME} |