1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/yahtzee/files/patch-ab
Kevin Lo b6f9066564 - Support CFLAGS/PREFIX properly
- freebsd.org -> FreeBSD.org
- Change location of data files from lib/ to share/

PR: 22746
Submitted by: Ports Fury
2000-11-11 06:38:20 +00:00

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