diff options
author | richard <richard> | 2013-11-30 11:57:18 +0000 |
---|---|---|
committer | richard <richard> | 2013-11-30 11:57:18 +0000 |
commit | e8610f4ca65d01d9c19af2a4329e42c2f3f12788 (patch) | |
tree | bda1e28e3fd72082615d769befeda9e31ba24b69 /textproc | |
parent | 8544ffcb5f57372322230049760d1de228cf362b (diff) | |
download | pkgsrc-e8610f4ca65d01d9c19af2a4329e42c2f3f12788.tar.gz |
Fix COMMENT line and not to forget the following changelog since last version:
2012-06-28 Caolán McNamara <cmc at LibO>:
* fix some cppcheck warnings
* fix some parfait warnings
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mythes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index a7cf7b4da21..138b57c7705 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/11/30 11:07:17 richard Exp $ +# $NetBSD: Makefile,v 1.6 2013/11/30 11:57:18 richard Exp $ DISTNAME= mythes-1.2.3 CATEGORIES= textproc @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell}/ MAINTAINER= ftigeot@wolfpond.org HOMEPAGE= http://hunspell.sourceforge.net/ -COMMENT= Library and tools for parsing the visio file format +COMMENT= Simple thesaurus library LICENSE= modified-bsd USE_LANGUAGES= c c++ |