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/zombies/DESCR | 3 +++ games/zombies/PLIST | 5 +++++ games/zombies/pkg/DESCR | 3 --- games/zombies/pkg/PLIST | 5 ----- 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 games/zombies/DESCR create mode 100644 games/zombies/PLIST delete mode 100644 games/zombies/pkg/DESCR delete mode 100644 games/zombies/pkg/PLIST (limited to 'games/zombies') diff --git a/games/zombies/DESCR b/games/zombies/DESCR new file mode 100644 index 00000000000..65f19c4ce74 --- /dev/null +++ b/games/zombies/DESCR @@ -0,0 +1,3 @@ +The idea of zombies is to kill as many zombies as possible. Fortunately +for you, zombies can only move diagonally. Once all the zombies on a +level die you start a new level, with even more zombies than before. diff --git a/games/zombies/PLIST b/games/zombies/PLIST new file mode 100644 index 00000000000..762ab7dfa8a --- /dev/null +++ b/games/zombies/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:58:15 zuntum Exp $ +bin/zombies +man/man6/zombies.6 +share/games/zombies_score.dist +@exec if [ ! -f /var/games/zombies_score ]; then cp -p %D/share/games/zombies_score.dist /var/games/zombies_score; fi diff --git a/games/zombies/pkg/DESCR b/games/zombies/pkg/DESCR deleted file mode 100644 index 65f19c4ce74..00000000000 --- a/games/zombies/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -The idea of zombies is to kill as many zombies as possible. Fortunately -for you, zombies can only move diagonally. Once all the zombies on a -level die you start a new level, with even more zombies than before. diff --git a/games/zombies/pkg/PLIST b/games/zombies/pkg/PLIST deleted file mode 100644 index 8ff90235e3d..00000000000 --- a/games/zombies/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/26 14:50:33 simonb Exp $ -bin/zombies -man/man6/zombies.6 -share/games/zombies_score.dist -@exec if [ ! -f /var/games/zombies_score ]; then cp -p %D/share/games/zombies_score.dist /var/games/zombies_score; fi -- cgit v1.2.3