diff options
author | bf <bf@FreeBSD.org> | 2010-07-08 20:51:37 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2010-07-08 20:51:37 +0800 |
commit | ee4c074f462290909a9c472ce95aee46716b87cc (patch) | |
tree | e5359732898197b048a724a20eda848b54e26528 /math/lll_spect | |
parent | f83b3732ed545580a9bd364e8b0d39bdc979a0c4 (diff) | |
download | freebsd-ports-graphics-ee4c074f462290909a9c472ce95aee46716b87cc.tar.gz freebsd-ports-graphics-ee4c074f462290909a9c472ce95aee46716b87cc.tar.zst freebsd-ports-graphics-ee4c074f462290909a9c472ce95aee46716b87cc.zip |
Change my ports to use my FreeBSD.org email address.
Diffstat (limited to 'math/lll_spect')
-rw-r--r-- | math/lll_spect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lll_spect/Makefile b/math/lll_spect/Makefile index 97204836172..4f865b24c45 100644 --- a/math/lll_spect/Makefile +++ b/math/lll_spect/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: lll_spect # Date created: 6 Feb. 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= lll_spect @@ -12,7 +12,7 @@ DISTFILES= lll_spect.C lll_search.C examples.txt DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= LLL-spectral test of linear congruential random number generators BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl |