mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b6f9066564
- freebsd.org -> FreeBSD.org - Change location of data files from lib/ to share/ PR: 22746 Submitted by: Ports Fury
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
--- config.h.orig Sat Jan 25 17:41:05 1992
|
|
+++ config.h Wed Nov 8 04:47:56 2000
|
|
@@ -1,7 +1,9 @@
|
|
#ifndef _config_H_
|
|
#define _config_H_
|
|
|
|
+#ifndef SCOREDIR
|
|
#define SCOREDIR "/usr/local/lib"
|
|
+#endif
|
|
#define SCOREFNAME "yahtzee.sco" /* must allow .L extension */
|
|
|
|
#define NUM_TOP_PLAYERS 10
|