diff options
author | bf <bf@FreeBSD.org> | 2011-05-30 01:53:27 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-05-30 01:53:27 +0800 |
commit | e83a9a2937e24b1620cc7bfdbf342dfbfdd52246 (patch) | |
tree | 6fed9e556414ca7fbf537b36f5324a08a40b4f34 /math/lrng | |
parent | d968005061321e43ef03256a4c6a93a94c81f673 (diff) | |
download | freebsd-ports-gnome-e83a9a2937e24b1620cc7bfdbf342dfbfdd52246.tar.gz freebsd-ports-gnome-e83a9a2937e24b1620cc7bfdbf342dfbfdd52246.tar.zst freebsd-ports-gnome-e83a9a2937e24b1620cc7bfdbf342dfbfdd52246.zip |
Fix MASTER_SITE* and a comment
Diffstat (limited to 'math/lrng')
-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 \ |