diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/mindguard/files/patch-mindguard.c | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/mindguard/files/patch-mindguard.c')
-rw-r--r-- | games/mindguard/files/patch-mindguard.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/mindguard/files/patch-mindguard.c b/games/mindguard/files/patch-mindguard.c new file mode 100644 index 000000000000..94079c995e76 --- /dev/null +++ b/games/mindguard/files/patch-mindguard.c @@ -0,0 +1,18 @@ +--- mindguard.c.orig Fri Feb 7 20:53:53 2003 ++++ mindguard.c Wed Sep 7 23:27:25 2005 +@@ -1381,7 +1381,7 @@ + sprintf(car_path, "%s/MindGuard/carriers/", getenv("HOME")); + break; + case 2: +- strcpy(car_path, "/usr/local/share/MindGuard/carriers/"); ++ strcpy(car_path, LOCALBASE "/share/mindguard/"); + break; + default: + break; +@@ -2799,4 +2799,4 @@ + } + + +-/* ...And your mind lived happily ever after. The End */ +\ No newline at end of file ++/* ...And your mind lived happily ever after. The End */ |