diff options
-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 \ |