diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:59:00 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:59:00 +0000 |
commit | 273821c4d377411699fe450ab9d48f7e5933d9b6 (patch) | |
tree | b8174b07e5f6072d89e0ac6466ae83197944712f /converters/unix2dos | |
parent | d8ed248248754208ebf0c3a07f7a0847af2e838a (diff) | |
download | pkgsrc-273821c4d377411699fe450ab9d48f7e5933d9b6.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'converters/unix2dos')
-rw-r--r-- | converters/unix2dos/DESCR (renamed from converters/unix2dos/pkg/DESCR) | 0 | ||||
-rw-r--r-- | converters/unix2dos/PLIST | 5 | ||||
-rw-r--r-- | converters/unix2dos/pkg/PLIST | 5 |
3 files changed, 5 insertions, 5 deletions
diff --git a/converters/unix2dos/pkg/DESCR b/converters/unix2dos/DESCR index 8a30b5e9410..8a30b5e9410 100644 --- a/converters/unix2dos/pkg/DESCR +++ b/converters/unix2dos/DESCR diff --git a/converters/unix2dos/PLIST b/converters/unix2dos/PLIST new file mode 100644 index 00000000000..b0143246633 --- /dev/null +++ b/converters/unix2dos/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:51:13 zuntum Exp $ +bin/dos2unix +bin/unix2dos +man/man1/unix2dos.1 +man/man1/dos2unix.1 diff --git a/converters/unix2dos/pkg/PLIST b/converters/unix2dos/pkg/PLIST deleted file mode 100644 index 806f18fce22..00000000000 --- a/converters/unix2dos/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/27 14:09:26 hubertf Exp $ -bin/dos2unix -bin/unix2dos -man/man1/unix2dos.1 -man/man1/dos2unix.1 |