summaryrefslogtreecommitdiff
path: root/converters/unix2dos
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 13:51:27 +0000
committerwiz <wiz>2001-02-16 13:51:27 +0000
commite6c09e0ffcafa1cd01223abf0f13852e7a875595 (patch)
tree0b6795ee15e18090020cfa8444738bad46458587 /converters/unix2dos
parent4c3dfcb96a12ad0a22dddb9f4c146cfc65e4c845 (diff)
downloadpkgsrc-e6c09e0ffcafa1cd01223abf0f13852e7a875595.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'converters/unix2dos')
-rw-r--r--converters/unix2dos/Makefile3
-rw-r--r--converters/unix2dos/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile
index 01dba247bd9..b80c1554e5b 100644
--- a/converters/unix2dos/Makefile
+++ b/converters/unix2dos/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/27 14:09:26 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 13:59:29 wiz Exp $
# FreeBSD Id: ports/converters/unix2dos/Makefile,v 1.5 2000/07/04 10:31:42 sobomax Exp
DISTNAME= unix2dos-1.2
@@ -7,6 +7,7 @@ MASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ \
ftp://ftp.guug.org/pub/
MAINTAINER= zuntum@eik.pl
+COMMENT= Translate ASCII files from DOS (cr/lf) to UNIX (lf)
NO_WRKSUBDIR= yes
diff --git a/converters/unix2dos/pkg/COMMENT b/converters/unix2dos/pkg/COMMENT
deleted file mode 100644
index d633df1a1fd..00000000000
--- a/converters/unix2dos/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Translate ASCII files from DOS (cr/lf) to UNIX (lf)