diff options
author | martti <martti> | 2003-07-21 17:01:11 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:01:11 +0000 |
commit | 573acdc3ceb50483b97733f0e66c9b245db23115 (patch) | |
tree | aad0f0f3d1eeee19ab9cf6145dbeefd3c66235e0 /misc/splitvt/Makefile | |
parent | 9387ae3206bd785f557cf3d6214cd59a58493bb7 (diff) | |
download | pkgsrc-573acdc3ceb50483b97733f0e66c9b245db23115.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'misc/splitvt/Makefile')
-rw-r--r-- | misc/splitvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index f575c6e4f11..115e1d94489 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:49:56 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/21 17:01:27 martti Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/02 08:39:12 obrien Exp # @@ -7,7 +7,7 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/console/} MAINTAINER= tech-pkg@NetBSD.org -COMMENT= run two shells in a split window/terminal +COMMENT= Run two shells in a split window/terminal HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure |