diff options
author | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
commit | 3a61aee4cd7edf6f0c15bae603650c4f4453fd69 (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /net/bing | |
parent | 4e3547de3bbe9aae985ad91f7aae76896b121cf0 (diff) | |
download | pkgsrc-3a61aee4cd7edf6f0c15bae603650c4f4453fd69.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'net/bing')
-rw-r--r-- | net/bing/Makefile | 3 | ||||
-rw-r--r-- | net/bing/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile index 981b9347460..91e47c82368 100644 --- a/net/bing/Makefile +++ b/net/bing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/04/13 15:31:06 agc Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/17 18:18:37 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 1997/10/13 09:14:49 tg Exp # @@ -7,6 +7,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.ibp.fr/pub/networking/ MAINTAINER= packages@netbsd.org +COMMENT= Bing is a point-to-point bandwith measurement tool MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" diff --git a/net/bing/pkg/COMMENT b/net/bing/pkg/COMMENT deleted file mode 100644 index f3519c817df..00000000000 --- a/net/bing/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Bing is a point-to-point bandwith measurement tool |