diff options
-rw-r--r-- | net/entropy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index df165abb465..ba2cfa46a4b 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2004/07/25 15:29:11 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/25 15:29:29 tv Exp $ # DISTNAME= entropy-${ENTROPY_VERSION} PKGNAME= entropy-${ENTROPY_VERSION:S/-/./} WRKSRC= ${WRKDIR}/entropy-${ENTROPY_VERSION:C/-.*$//} CATEGORIES= net www -MASTER_SITES= http://entropy.stop1984.com/files/ \ - http://www.duh.org/entropy/files/ +MASTER_SITES= http://entropy.stop1984.com/files/ EXTRACT_SUFX= .tgz MAINTAINER= tv@duh.org |