mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
- Move highscore file to /var/games - Improve highscore handling using @sample - Switch to options helpers
13 lines
376 B
C
13 lines
376 B
C
--- configure.h.orig Sun Jul 4 18:50:04 1999
|
|
+++ configure.h Thu Oct 26 04:40:37 2000
|
|
@@ -19,8 +19,8 @@
|
|
#define _CONFIGURE_H
|
|
|
|
/* Directories */
|
|
-#define XDIGGER_LIB_DIR "/usr/lib/X11/xdigger"
|
|
-#define XDIGGER_HISCORE_DIR "/var/X11R6/scores"
|
|
+#define XDIGGER_LIB_DIR "%%PREFIX%%/share/xdigger"
|
|
+#define XDIGGER_HISCORE_DIR "/var/games"
|
|
|
|
#define SOUND_DSP_AUDIO
|
|
|