diff options
-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 |