diff options
author | zuntum <zuntum> | 2001-10-31 20:24:14 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 20:24:14 +0000 |
commit | 6498fbafc8a0bc4d0ae783c475f0004ed00596d0 (patch) | |
tree | b6471bf3db242c75032be3311f7a4ce717187c43 /archivers/dact | |
parent | 1661e63ac89232971ad64ae29a7fc5257163e045 (diff) | |
download | pkgsrc-6498fbafc8a0bc4d0ae783c475f0004ed00596d0.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'archivers/dact')
-rw-r--r-- | archivers/dact/DESCR (renamed from archivers/dact/pkg/DESCR) | 0 | ||||
-rw-r--r-- | archivers/dact/PLIST | 4 | ||||
-rw-r--r-- | archivers/dact/pkg/PLIST | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/archivers/dact/pkg/DESCR b/archivers/dact/DESCR index 138d666f275..138d666f275 100644 --- a/archivers/dact/pkg/DESCR +++ b/archivers/dact/DESCR diff --git a/archivers/dact/PLIST b/archivers/dact/PLIST new file mode 100644 index 00000000000..5fafe397b5a --- /dev/null +++ b/archivers/dact/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:24:19 zuntum Exp $ +bin/dact +etc/dact.conf.sample +man/man1/dact.1 diff --git a/archivers/dact/pkg/PLIST b/archivers/dact/pkg/PLIST deleted file mode 100644 index b0d0ec426f7..00000000000 --- a/archivers/dact/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/09 15:06:11 rh Exp $ -bin/dact -etc/dact.conf.sample -man/man1/dact.1 |