diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:47:39 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:47:39 +0000 |
commit | 37637e483f1bf6574e9306aebbd013bb63d888d6 (patch) | |
tree | 9272b7d09aad70c4eb3fc070bc4f4d3ebc8e5754 /games/xdoom | |
parent | 98cf373d367fc32881cb40926be1a79736f39794 (diff) | |
download | pkgsrc-37637e483f1bf6574e9306aebbd013bb63d888d6.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'games/xdoom')
-rw-r--r-- | games/xdoom/DESCR (renamed from games/xdoom/pkg/DESCR) | 0 | ||||
-rw-r--r-- | games/xdoom/PLIST | 5 | ||||
-rw-r--r-- | games/xdoom/pkg/PLIST | 5 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games/xdoom/pkg/DESCR b/games/xdoom/DESCR index 9ddbc38f53c..9ddbc38f53c 100644 --- a/games/xdoom/pkg/DESCR +++ b/games/xdoom/DESCR diff --git a/games/xdoom/PLIST b/games/xdoom/PLIST new file mode 100644 index 00000000000..a933e5a75bd --- /dev/null +++ b/games/xdoom/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:56:36 zuntum Exp $ +bin/xdoom +bin/sndserver +share/doom/doom1.wad +@dirrm share/doom diff --git a/games/xdoom/pkg/PLIST b/games/xdoom/pkg/PLIST deleted file mode 100644 index 219ec236a7f..00000000000 --- a/games/xdoom/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1998/09/06 16:37:45 hubertf Exp $ -bin/xdoom -bin/sndserver -share/doom/doom1.wad -@dirrm share/doom |