diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-16 17:17:50 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-16 17:17:50 +0000 |
commit | 25b72ed9fbe9b179bb55621371409cf160fda15e (patch) | |
tree | 4ae1c1dba1b08abe30c00692ce82f63a6803f98d /converters/unix2dos/Makefile | |
parent | a6987cfda32d309eecb52e9360649921a9690b6b (diff) | |
download | pkgsrc-25b72ed9fbe9b179bb55621371409cf160fda15e.tar.gz |
Mention in comment that it does unix2dos too (not only dos2unix)
Diffstat (limited to 'converters/unix2dos/Makefile')
-rw-r--r-- | converters/unix2dos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile index dae11799a26..cbfa461aa92 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/13 09:24:14 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/16 17:17:50 zuntum Exp $ # FreeBSD Id: ports/converters/unix2dos/Makefile,v 1.5 2000/07/04 10:31:42 sobomax Exp DISTNAME= unix2dos-1.2 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ \ ftp://ftp.guug.org/pub/ MAINTAINER= zuntum@netbsd.org -COMMENT= Translate ASCII files from DOS (cr/lf) to UNIX (lf) +COMMENT= Translate ASCII files from DOS (cr/lf) to UNIX (lf) and vice versa WRKSRC= ${WRKDIR} |