From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- games/xscrabble/DESCR | 6 ++++++ games/xscrabble/PLIST | 10 ++++++++++ games/xscrabble/pkg/DESCR | 6 ------ games/xscrabble/pkg/PLIST | 10 ---------- 4 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 games/xscrabble/DESCR create mode 100644 games/xscrabble/PLIST delete mode 100644 games/xscrabble/pkg/DESCR delete mode 100644 games/xscrabble/pkg/PLIST (limited to 'games/xscrabble') diff --git a/games/xscrabble/DESCR b/games/xscrabble/DESCR new file mode 100644 index 00000000000..6fe6940a5ca --- /dev/null +++ b/games/xscrabble/DESCR @@ -0,0 +1,6 @@ +This is a full multiplayer (1-4) implementation of the classic board +game, with computer players, and over 118,000 word dictionary (the +Official Scrabble Players Dictionary, edition 3, as used in +U.S. tournaments). This was a joint project, with Matthew Badham, who +implemented the back end routines. There is a high score table, a best +single goes list, a handy setup window, and load/save facilities. diff --git a/games/xscrabble/PLIST b/games/xscrabble/PLIST new file mode 100644 index 00000000000..12b40f24523 --- /dev/null +++ b/games/xscrabble/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:57:55 zuntum Exp $ +bin/xscrabble +bin/xscrab +lib/X11/app-defaults/XScrabble +share/games/xscrabble/OSPD3.gz +share/games/xscrabble/scrabble_permutations +share/games/xscrabble/xscrabble.scores.dist +@exec if [ ! -f /var/games/xscrabble.scores ]; then cp -p %D/share/games/xscrabble/xscrabble.scores.dist /var/games/xscrabble.scores; fi +@unexec echo "Warning: If you will *NOT* use this package anymore, please remove /var/games/xscrabble.scores manually." +@dirrm share/games/xscrabble diff --git a/games/xscrabble/pkg/DESCR b/games/xscrabble/pkg/DESCR deleted file mode 100644 index 6fe6940a5ca..00000000000 --- a/games/xscrabble/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -This is a full multiplayer (1-4) implementation of the classic board -game, with computer players, and over 118,000 word dictionary (the -Official Scrabble Players Dictionary, edition 3, as used in -U.S. tournaments). This was a joint project, with Matthew Badham, who -implemented the back end routines. There is a high score table, a best -single goes list, a handy setup window, and load/save facilities. diff --git a/games/xscrabble/pkg/PLIST b/games/xscrabble/pkg/PLIST deleted file mode 100644 index 4d7aa84f77b..00000000000 --- a/games/xscrabble/pkg/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/26 00:22:56 dmcmahill Exp $ -bin/xscrabble -bin/xscrab -lib/X11/app-defaults/XScrabble -share/games/xscrabble/OSPD3.gz -share/games/xscrabble/scrabble_permutations -share/games/xscrabble/xscrabble.scores.dist -@exec if [ ! -f /var/games/xscrabble.scores ]; then cp -p %D/share/games/xscrabble/xscrabble.scores.dist /var/games/xscrabble.scores; fi -@unexec echo "Warning: If you will *NOT* use this package anymore, please remove /var/games/xscrabble.scores manually." -@dirrm share/games/xscrabble -- cgit v1.2.3