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 | d0bd17cb21c447e96a0e09218bc5e6d7ad5aa77d (patch) | |
tree | d975532287edcdf0cbec006005c5e9ed2d89e22b /misc/cstream | |
parent | b50561506ab9b86541b229f7d8a4acef8ca60b7f (diff) | |
download | pkgsrc-d0bd17cb21c447e96a0e09218bc5e6d7ad5aa77d.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 |