diff options
author | martti <martti> | 2003-07-21 16:35:12 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:35:12 +0000 |
commit | 7edec63da8d087916922eee3839d294038f11311 (patch) | |
tree | 5309d236d89582989589770b30d2d70c0ef6dc71 /devel/flex | |
parent | cc45e6a9dee0ac7bfde650aa6d23bf5836da4aa6 (diff) | |
download | pkgsrc-7edec63da8d087916922eee3839d294038f11311.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'devel/flex')
-rw-r--r-- | devel/flex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile index 70a88df883c..1e47f84dc53 100644 --- a/devel/flex/Makefile +++ b/devel/flex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:30:28 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/21 16:43:21 martti Exp $ DISTNAME= flex-2.5.4a WRKSRC= ${WRKDIR}/flex-2.5.4 @@ -6,7 +6,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=non-gnu/flex/} MAINTAINER= tech-pkg@NetBSD.org -COMMENT= fast clone of lex(1), the lexical scanner generator +COMMENT= Fast clone of lex(1), the lexical scanner generator ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system ONLY_FOR_PLATFORM+= Linux-*-* |