diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 20:45:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 20:45:30 +0000 |
commit | 45812930981f21ec337d67e10c26827c21103262 (patch) | |
tree | 63f5502809536598bcd56d51aa876781083c9e64 /net/entropy | |
parent | ef2d35b9baa7d9fdbb39e0cb1f9d2172f72ef491 (diff) | |
download | pkgsrc-45812930981f21ec337d67e10c26827c21103262.tar.gz |
Comment out dead sites.
Diffstat (limited to 'net/entropy')
-rw-r--r-- | net/entropy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 572845d5c9f..9ead3e46fa6 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/03/02 20:33:30 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/08/16 20:45:42 wiz Exp $ # DISTNAME= entropy_rsa-${ENTROPY_VERSION} @@ -6,11 +6,11 @@ PKGNAME= entropy-${ENTROPY_VERSION:S/-/./} PKGREVISION= 4 WRKSRC= ${WRKDIR}/entropy_rsa-${ENTROPY_VERSION:C/-.*$//} CATEGORIES= net www -MASTER_SITES= http://entropy.stop1984.com/files/ +#MASTER_SITES= http://entropy.stop1984.com/files/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://entropy.stop1984.com/ +#HOMEPAGE= http://entropy.stop1984.com/ COMMENT= Anonymous peer-to-peer networking node (similar to Freenet) GNU_CONFIGURE= yes |