mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
802185c16a
trojka is a game of skill PR: 19911 Submitted by: Edwin Mons <edwinme@ik.nu> Reviewed by: sobomax
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
--- sys_custom.h.orig Mon Jul 17 21:02:18 2000
|
|
+++ sys_custom.h Mon Jul 17 21:02:41 2000
|
|
@@ -7,7 +7,9 @@
|
|
#ifndef _sys_custom_
|
|
#define _sys_custom_
|
|
|
|
+#ifndef SCOREFILE
|
|
#define SCOREFILE "/usr/games/lib/trojka.scores"
|
|
+#endif
|
|
|
|
#define UMASK 0666 /* creation mask for hiscorefile */
|
|
|