diff options
author | agc <agc@pkgsrc.org> | 2005-03-01 17:15:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-03-01 17:15:48 +0000 |
commit | 6956cb17dbc18168f0c342ef74ae6511fd870cf7 (patch) | |
tree | eb5d022c479643b0161f0b0d0a1a131e4cc270f9 /mbone | |
parent | 073be81869f256d707dee5e099c34a13c7459b72 (diff) | |
download | pkgsrc-6956cb17dbc18168f0c342ef74ae6511fd870cf7.tar.gz |
Fix a typo in the COMMENT
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/beacon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/beacon/Makefile b/mbone/beacon/Makefile index e4b6f3abe55..9eb64e7f1fa 100644 --- a/mbone/beacon/Makefile +++ b/mbone/beacon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/02/03 15:06:36 cube Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/01 17:15:48 agc Exp $ # DISTNAME= beacon-1.1-0 @@ -8,7 +8,7 @@ MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/ MAINTAINER= manu@NetBSD.org HOMEPAGE= http://dast.nlanr.net/Projects/Beacon/ -COMMENT= Multicast supervison tool +COMMENT= Multicast supervision tool GNU_CONFIGURE= YES USE_BUILDLINK3= YES |