diff options
author | abs <abs@pkgsrc.org> | 2001-06-14 11:15:14 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-06-14 11:15:14 +0000 |
commit | 5e6ebf184bf2374d80bea2790e97503e0a6d9f2b (patch) | |
tree | 6342f75cb67c2a048a5c1dd8d36dacf4b823929c /converters/unix2dos | |
parent | ca12e0d64c9c85d53c21c56f13cca777174f550b (diff) | |
download | pkgsrc-5e6ebf184bf2374d80bea2790e97503e0a6d9f2b.tar.gz |
Replace between with to/from
Diffstat (limited to 'converters/unix2dos')
-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 615f0c302d6..ddb77dcd510 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/06/14 10:32:19 abs Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/14 11:15:14 abs 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 between DOS (cr/lf) and UNIX (lf) +COMMENT= Translate ASCII files to/from DOS (cr/lf) and UNIX (lf) WRKSRC= ${WRKDIR} |