diff options
author | simonb <simonb@pkgsrc.org> | 1999-06-26 14:50:33 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 1999-06-26 14:50:33 +0000 |
commit | a1cb4b0c924d5fd94433e2e1a91ee8d32d53842f (patch) | |
tree | 26645aa3f5e430cbafb225c259816238ef98d04a /games/zombies/patches | |
parent | d847d0d18145a3dd783fde703a9e23ae4e542dce (diff) | |
download | pkgsrc-a1cb4b0c924d5fd94433e2e1a91ee8d32d53842f.tar.gz |
zombies - a simple robots-like game I wrote years ago the Luke convinced
me to make a package of.
Diffstat (limited to 'games/zombies/patches')
-rw-r--r-- | games/zombies/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/zombies/patches/patch-aa b/games/zombies/patches/patch-aa new file mode 100644 index 00000000000..e930a8485f4 --- /dev/null +++ b/games/zombies/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/06/26 14:50:33 simonb Exp $ + +--- Makefile.orig Sun Jun 27 00:37:17 1999 ++++ Makefile Sun Jun 27 00:43:54 1999 +@@ -3,7 +3,7 @@ + + # ---- FILE LOCATIONS ---- + +-PREFIX = /usr/local ++#PREFIX = /usr/local + BINDIR = ${PREFIX}/bin + MANDIR = ${PREFIX}/man/man6 + SCOREFILE = /var/games/zombies_score +@@ -77,6 +77,7 @@ + install: ${PROG} + ${INSTALL_PROG} ${PROG} ${BINDIR} + ${INSTALL_MAN} ${MAN} ${MANDIR} ++ ${INSTALL_SCORE} /dev/null ${PREFIX}/share/games/zombies_score.dist + if [ ! -f ${SCOREFILE} ]; then \ + ${INSTALL_SCORE} /dev/null ${SCOREFILE} ; \ + fi |