diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-20 19:47:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-20 19:47:12 +0000 |
commit | cfc984ef041bbad513102f4bc670840aa3133a39 (patch) | |
tree | bd0e7bd4949f079960c370e5c6da7bd3ed329d78 | |
parent | 820e698dbbbafa10aaad0800bc1b728fad020924 (diff) | |
download | pkgsrc-cfc984ef041bbad513102f4bc670840aa3133a39.tar.gz |
Improve COMMENT, from Bug Hunting.
-rw-r--r-- | converters/dos2unix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/dos2unix/Makefile b/converters/dos2unix/Makefile index e66abed389c..e71bd0d25bd 100644 --- a/converters/dos2unix/Makefile +++ b/converters/dos2unix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/07/15 09:45:25 marino Exp $ +# $NetBSD: Makefile,v 1.4 2012/07/20 19:47:12 wiz Exp $ # DISTNAME= dos2unix-6.0 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dos2unix/} MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://waterlan.home.xs4all.nl/dos2unix.html -COMMENT= Convert text files with DOS or Mac line endings to Unix line endings +COMMENT= DOS/Mac to Unix and vice versa text file format converter LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir |