aboutsummaryrefslogtreecommitdiff
path: root/math/lrng
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-05-29 17:53:27 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-05-29 17:53:27 +0000
commita5f48c2946f4c6ad78024b525cc3bb4b567e1f51 (patch)
treed0ca7443d322b54d3e966eabafae30a7fc06d47f /math/lrng
parent2e30d78299655f5252f3aa9b4a6c7d3e7920de6d (diff)
downloadports-a5f48c2946f4c6ad78024b525cc3bb4b567e1f51.tar.gz
ports-a5f48c2946f4c6ad78024b525cc3bb4b567e1f51.zip
Fix MASTER_SITE* and a comment
Notes
Notes: svn path=/head/; revision=274786
Diffstat (limited to 'math/lrng')
-rw-r--r--math/lrng/Makefile8
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 \