diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-29 17:53:27 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-29 17:53:27 +0000 |
commit | a5f48c2946f4c6ad78024b525cc3bb4b567e1f51 (patch) | |
tree | d0ca7443d322b54d3e966eabafae30a7fc06d47f /math | |
parent | 2e30d78299655f5252f3aa9b4a6c7d3e7920de6d (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/lrng/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/lrng/Makefile b/math/lrng/Makefile index 0104ebef7ad3..c620cdb8f588 100644 --- a/math/lrng/Makefile +++ b/math/lrng/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: simard-rng +# New ports collection makefile for: lrng # Date created: 25 May 2011 # Whom: b.f. <bf@FreeBSD.org> # @@ -8,9 +8,9 @@ PORTNAME= lrng PORTVERSION= 20110503 CATEGORIES= math -MASTER_SITES= http://www.iro.umontreal.ca/~simardr/rng/:1 \ - http://www.iro.umontreal.ca/~lecuyer/myftp/papers/:2 \ - ${MASTER_SITE_LOCAL:S|%SUBDIR%/$|bf/:1,2|} +MASTER_SITES= http://www.iro.umontreal.ca/%SUBDIR%/:1,2 \ + ${MASTER_SITE_LOCAL:S|%SUBDIR%/$|bf/${PORTNAME}/:1,2|} +MASTER_SITE_SUBDIR= ~simardr/rng/:1 ~lecuyer/myftp/papers/:2 DISTFILES= ex1.c:1 lfsr258.c:1 lfsr113.c:1 WELL1024a.h:1 WELL19937a.h:1 WELL512a.h:1 \ WELL44497a.h:1 WELL19937a.c:1 WELL1024a.c:1 WELL512a.c:1 WELL44497a.c:1 \ MRG63k3a.c:1 MRG32k3a.c:1 MRG32k5a.c:1 MRG63k3a.h:1 MRG32k5a.h:1 MRG32k3a.h:1 \ |