diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:56:41 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:56:41 +0000 |
commit | f928be280d3f2baae549a0b52c69fb333c675f0c (patch) | |
tree | a3785f5e75be83c660585d68a3cd9dae1d0cb30b /mbone | |
parent | ee90b572a694e53c91c3f84b3e56b5f1ce169ae5 (diff) | |
download | pkgsrc-f928be280d3f2baae549a0b52c69fb333c675f0c.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rtptools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/rtptools/Makefile b/mbone/rtptools/Makefile index 14bb2728765..52f427e64d7 100644 --- a/mbone/rtptools/Makefile +++ b/mbone/rtptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:48:27 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/21 16:57:35 martti Exp $ # DISTNAME= rtptools-1.18 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/ MAINTAINER= seb@NetBSD.org HOMEPAGE= http://www.cs.columbia.edu/IRT/software/rtptools/ -COMMENT= tools for processing RTP data +COMMENT= Tools for processing RTP data USE_BUILDLINK2= yes GNU_CONFIGURE= yes |