diff options
author | zuntum <zuntum> | 2001-11-01 00:47:39 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 00:47:39 +0000 |
commit | 1b9f41a39161bad144fdeb94a0e51fa8ba7c309a (patch) | |
tree | 9272b7d09aad70c4eb3fc070bc4f4d3ebc8e5754 /games/nethack-qt | |
parent | 12b93642c9daf031b8f20f51ed2a9a139529d6ef (diff) | |
download | pkgsrc-1b9f41a39161bad144fdeb94a0e51fa8ba7c309a.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/DESCR (renamed from games/nethack-qt/pkg/DESCR) | 0 | ||||
-rw-r--r-- | games/nethack-qt/MESSAGE (renamed from games/nethack-qt/pkg/MESSAGE) | 2 | ||||
-rw-r--r-- | games/nethack-qt/PLIST | 3 | ||||
-rw-r--r-- | games/nethack-qt/pkg/PLIST | 3 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-qt/pkg/DESCR b/games/nethack-qt/DESCR index 31f01787b04..31f01787b04 100644 --- a/games/nethack-qt/pkg/DESCR +++ b/games/nethack-qt/DESCR diff --git a/games/nethack-qt/pkg/MESSAGE b/games/nethack-qt/MESSAGE index 0a04d406134..cf960f4cb88 100644 --- a/games/nethack-qt/pkg/MESSAGE +++ b/games/nethack-qt/MESSAGE @@ -1,5 +1,5 @@ ====================================================================== -$NetBSD: MESSAGE,v 1.2 2001/02/06 14:24:07 wiz Exp $ +$NetBSD: MESSAGE,v 1.1 2001/11/01 00:54:24 zuntum Exp $ You can run the QT NetHack by typing "nethack qt" diff --git a/games/nethack-qt/PLIST b/games/nethack-qt/PLIST new file mode 100644 index 00000000000..59e7354fbe5 --- /dev/null +++ b/games/nethack-qt/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:54:24 zuntum Exp $ +bin/nethack-qt +share/nethackdir/tiles.xpm diff --git a/games/nethack-qt/pkg/PLIST b/games/nethack-qt/pkg/PLIST deleted file mode 100644 index 0fbc5d594f1..00000000000 --- a/games/nethack-qt/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2000/04/14 17:30:32 pooka Exp $ -bin/nethack-qt -share/nethackdir/tiles.xpm |