diff options
author | martti <martti> | 2003-07-21 16:35:12 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:35:12 +0000 |
commit | 1a8b5d26aed60e3f03654073908b836f261492bd (patch) | |
tree | 5309d236d89582989589770b30d2d70c0ef6dc71 /editors/vilearn | |
parent | fe50b26ac921ed5af8200e8e5c96d255b32d3cb3 (diff) | |
download | pkgsrc-1a8b5d26aed60e3f03654073908b836f261492bd.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'editors/vilearn')
-rw-r--r-- | editors/vilearn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vilearn/Makefile b/editors/vilearn/Makefile index 41b9d5a9af6..3b7ead42d63 100644 --- a/editors/vilearn/Makefile +++ b/editors/vilearn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:35:09 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/21 16:44:38 martti Exp $ # DISTNAME= vilearn-1.0 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .shar.Z MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.umich.edu/~rsug/misc/vilearn.html -COMMENT= online vi tutorial, from basic to advanced +COMMENT= Online vi tutorial, from basic to advanced EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SED} '1,/^wes$$/d' | ${SH} |