diff options
author | tv <tv@pkgsrc.org> | 2004-03-29 18:45:03 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-03-29 18:45:03 +0000 |
commit | 37bbbe6f33af7df3e39c6e738e266db65d407712 (patch) | |
tree | a6514c2fb28d458dc10885c634ca936fb7bf9fd0 /net | |
parent | ebe390d2708fddcc04bed6703d752ba2328cc030 (diff) | |
download | pkgsrc-37bbbe6f33af7df3e39c6e738e266db65d407712.tar.gz |
"www" belongs in the category list, but not as the primary category (as
HTTP is only one view of the data moved around by Entropy).
Diffstat (limited to 'net')
-rw-r--r-- | net/entropy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 9ad8c4237c3..2cf953fd8fe 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:40:43 tv Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/29 18:45:03 tv Exp $ # DISTNAME= entropy-${ENTROPY_VERSION} PKGNAME= entropy-${ENTROPY_VERSION:S/-/./} WRKSRC= ${WRKDIR}/entropy-${ENTROPY_VERSION:C/-.*$//} -CATEGORIES= net +CATEGORIES= net www MASTER_SITES= http://entropy.stop1984.com/files/ \ http://www.duh.org/entropy/files/ EXTRACT_SUFX= .tgz |