diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /misc/cstream | |
parent | 8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff) | |
download | pkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'misc/cstream')
-rw-r--r-- | misc/cstream/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index fc6da1ab829..94540f52a0c 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:10 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:48 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/ COMMENT= General-purpose stream-handling tool with bandwidth limiting -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |