diff options
author | zuntum <zuntum> | 2001-10-31 20:24:14 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 20:24:14 +0000 |
commit | 42941119576004decb3a4cefb8e056dfbfe01453 (patch) | |
tree | b6471bf3db242c75032be3311f7a4ce717187c43 /archivers/zip1 | |
parent | 16aff61ba4459c292f1796e8646066b7cc1eff65 (diff) | |
download | pkgsrc-42941119576004decb3a4cefb8e056dfbfe01453.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'archivers/zip1')
-rw-r--r-- | archivers/zip1/DESCR (renamed from archivers/zip1/pkg/DESCR) | 0 | ||||
-rw-r--r-- | archivers/zip1/PLIST.pre | 3 | ||||
-rw-r--r-- | archivers/zip1/pkg/PLIST.pre | 3 |
3 files changed, 3 insertions, 3 deletions
diff --git a/archivers/zip1/pkg/DESCR b/archivers/zip1/DESCR index 1aa5b8142a8..1aa5b8142a8 100644 --- a/archivers/zip1/pkg/DESCR +++ b/archivers/zip1/DESCR diff --git a/archivers/zip1/PLIST.pre b/archivers/zip1/PLIST.pre new file mode 100644 index 00000000000..929ac922d77 --- /dev/null +++ b/archivers/zip1/PLIST.pre @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.pre,v 1.1 2001/10/31 20:26:52 zuntum Exp $ +bin/zip1 +man/man1/zip1.1 diff --git a/archivers/zip1/pkg/PLIST.pre b/archivers/zip1/pkg/PLIST.pre deleted file mode 100644 index 399c17d9ef1..00000000000 --- a/archivers/zip1/pkg/PLIST.pre +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST.pre,v 1.1 1998/06/20 23:27:51 tv Exp $ -bin/zip1 -man/man1/zip1.1 |