diff options
author | zafer <zafer@pkgsrc.org> | 2009-05-21 21:46:48 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-05-21 21:46:48 +0000 |
commit | f5be71b3742df3769c48d9a147ef2b529ee43bb2 (patch) | |
tree | 94fef1b2808f8afcba21cb616776760dcc036cae /security/prngd | |
parent | 5f3740f9697eac0c62d3a7e730cae0a2a0935378 (diff) | |
download | pkgsrc-f5be71b3742df3769c48d9a147ef2b529ee43bb2.tar.gz |
update master site
Diffstat (limited to 'security/prngd')
-rw-r--r-- | security/prngd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/prngd/Makefile b/security/prngd/Makefile index eaee575cf70..b82d185a5a9 100644 --- a/security/prngd/Makefile +++ b/security/prngd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/05/21 21:46:48 zafer Exp $ DISTNAME= prngd-0.9.29 CATEGORIES= security -MASTER_SITES= http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/prng-and-entropy/prngd/ \ - ftp://ftp.mirrors.wiretapped.net/pub/security/cryptography/libraries/math/prng-and-entropy/prngd/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prngd/} + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html |