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 | 6db84bbaa4ec2997198b3c37744e234b1df89567 (patch) | |
tree | a6514c2fb28d458dc10885c634ca936fb7bf9fd0 /net/entropy | |
parent | 56138d01205714afb70d01b44c15f21eeb002d5e (diff) | |
download | pkgsrc-6db84bbaa4ec2997198b3c37744e234b1df89567.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/entropy')
-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 |