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 | fe726ff206a2dc54a19f20eee85c28f2dbde7728 (patch) | |
tree | bd0e7bd4949f079960c370e5c6da7bd3ed329d78 /converters | |
parent | 4c71108bf107cc91966e1fe376adfb92629c5d79 (diff) | |
download | pkgsrc-fe726ff206a2dc54a19f20eee85c28f2dbde7728.tar.gz |
Improve COMMENT, from Bug Hunting.
Diffstat (limited to 'converters')
-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 |