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/libranlip | |
parent | 90157bb4a3949b5760cac36c8346bfd8f24d5ca1 (diff) |
Notes
Diffstat (limited to 'math/libranlip')
-rw-r--r-- | math/libranlip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libranlip/Makefile b/math/libranlip/Makefile index 78f5e4ea97be..96e77a715799 100644 --- a/math/libranlip/Makefile +++ b/math/libranlip/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: libranlip # Date created: 6 Feb 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= libranlip @@ -9,7 +9,7 @@ CATEGORIES= math MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://www.deakin.edu.au/~gleb/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A random variate generator for Lipschitz-continuous densities GNU_CONFIGURE= yes |