diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
commit | d038a73ebd432fae3ce355b84443038f88cb7199 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /net/tcpdump | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/DESCR (renamed from net/tcpdump/pkg/DESCR) | 0 | ||||
-rw-r--r-- | net/tcpdump/PLIST | 3 | ||||
-rw-r--r-- | net/tcpdump/pkg/PLIST | 3 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/tcpdump/pkg/DESCR b/net/tcpdump/DESCR index 8c4c6dcb83f..8c4c6dcb83f 100644 --- a/net/tcpdump/pkg/DESCR +++ b/net/tcpdump/DESCR diff --git a/net/tcpdump/PLIST b/net/tcpdump/PLIST new file mode 100644 index 00000000000..0219d1a18c3 --- /dev/null +++ b/net/tcpdump/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:24 zuntum Exp $ +man/man1/tcpdump.1 +sbin/tcpdump diff --git a/net/tcpdump/pkg/PLIST b/net/tcpdump/pkg/PLIST deleted file mode 100644 index 8aab865039e..00000000000 --- a/net/tcpdump/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/13 23:29:28 tron Exp $ -man/man1/tcpdump.1 -sbin/tcpdump |