summaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-hack_hack.unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/bsdgames/files/patch-hack_hack.unix.c')
-rw-r--r--games/bsdgames/files/patch-hack_hack.unix.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/bsdgames/files/patch-hack_hack.unix.c b/games/bsdgames/files/patch-hack_hack.unix.c
deleted file mode 100644
index ec4e5eab205d..000000000000
--- a/games/bsdgames/files/patch-hack_hack.unix.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD: /tmp/pcvs/ports/games/bsdgames/files/Attic/patch-hack_hack.unix.c,v 1.1 2007-03-23 23:02:33 nox Exp $
-
---- hack/hack.unix.c.orig Thu Nov 20 10:17:36 2003
-+++ hack/hack.unix.c Thu Nov 20 10:18:09 2003
-@@ -86,7 +86,7 @@
- /* old version - for people short of space */
- char *np;
-
-- name = "/usr/games/hide/hack";
-+ name = "%%PREFIX%%/bin/hack";
- if(stat(name, &hbuf))
- error("Cannot get status of %s.",
- (np = rindex(name, '/')) ? np+1 : name);