diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-25 05:46:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-25 05:46:58 +0000 |
commit | 22b5d69170e19503165f0940d27caae270ddb490 (patch) | |
tree | d975532287edcdf0cbec006005c5e9ed2d89e22b /misc/cstream | |
parent | 1db013f68b2cbc4e247ba7343ded070940a13825 (diff) | |
download | pkgsrc-22b5d69170e19503165f0940d27caae270ddb490.tar.gz |
Improve HOMEPAGE link.
Diffstat (limited to 'misc/cstream')
-rw-r--r-- | misc/cstream/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 94540f52a0c..1b410185afc 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/03/25 05:46:58 wiz Exp $ DISTNAME= cstream-2.2 CATEGORIES= misc MASTER_SITES= http://www.cons.org/cracauer/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.cons.org/cracauer/ +HOMEPAGE= http://www.cons.org/cracauer/cstream.html COMMENT= General-purpose stream-handling tool with bandwidth limiting GNU_CONFIGURE= yes |