diff options
author | martti <martti> | 2003-07-21 17:24:16 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:24:16 +0000 |
commit | b1d8d7aa8d462fac8db8a8a5d413846cffd6fd78 (patch) | |
tree | 59c68b654e7a98a8674b41b149f1c30b8ec94db4 /sysutils/tcx | |
parent | e8a93595a60ee09d05cf40d3a85fdde080d3c5c9 (diff) | |
download | pkgsrc-b1d8d7aa8d462fac8db8a8a5d413846cffd6fd78.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'sysutils/tcx')
-rw-r--r-- | sysutils/tcx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tcx/Makefile b/sysutils/tcx/Makefile index acbfb48b28d..21936ef0d6b 100644 --- a/sysutils/tcx/Makefile +++ b/sysutils/tcx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 22:53:53 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/21 17:24:39 martti Exp $ DISTNAME= tcx-linux PKGNAME= tcx-19940124 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ibiblio.unc.edu/pub/Linux/utils/compress/ MAINTAINER= packages@NetBSD.org #HOMEPAGE= -COMMENT= transparently compress executables +COMMENT= Transparently compress executables WRKSRC= ${WRKDIR}/tcx |