diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2010-07-08 12:51:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2010-07-08 12:51:37 +0000 |
commit | fb5116f2e711c225372449e25058f6755a4e8c84 (patch) | |
tree | 413c3cbddb376eae252094205d046c87490f06bb /math/prng/Makefile | |
parent | 90157bb4a3949b5760cac36c8346bfd8f24d5ca1 (diff) |
Notes
Diffstat (limited to 'math/prng/Makefile')
-rw-r--r-- | math/prng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/prng/Makefile b/math/prng/Makefile index 5102db1732d4..ff56ff80fbaa 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: prng # Date created: 16 Feb. 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= prng @@ -8,7 +8,7 @@ DISTVERSION= 3.0.2 CATEGORIES= math MASTER_SITES= http://statistik.wu-wien.ac.at/software/prng/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Portable, high-performance ANSI-C pseudorandom number generators GNU_CONFIGURE= yes |