diff options
author | wen <wen@FreeBSD.org> | 2010-05-10 11:20:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-10 11:20:07 +0800 |
commit | a3649ae60a3bc98a6bd0204c6605a782427b322c (patch) | |
tree | 8d01711a6b324f0a5ace0031807e0f13bfa93c00 /math/unuran | |
parent | df750d191df8cafe805ec06fc3de851ff8ff7fdd (diff) | |
download | freebsd-ports-gnome-a3649ae60a3bc98a6bd0204c6605a782427b322c.tar.gz freebsd-ports-gnome-a3649ae60a3bc98a6bd0204c6605a782427b322c.tar.zst freebsd-ports-gnome-a3649ae60a3bc98a6bd0204c6605a782427b322c.zip |
- Fix the fetch error reported by QAT@
Diffstat (limited to 'math/unuran')
-rw-r--r-- | math/unuran/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/unuran/Makefile b/math/unuran/Makefile index 132888822a10..abee242b3f81 100644 --- a/math/unuran/Makefile +++ b/math/unuran/Makefile @@ -8,7 +8,8 @@ PORTNAME= unuran PORTVERSION= 1.7.1 CATEGORIES= math -MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ +MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ \ + LOCAL/wen MAINTAINER= bf1783@gmail.com COMMENT= Universal Non-Uniform RANdom number generators |