mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a60286e4e4
PR: 15379 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
20 lines
582 B
Plaintext
20 lines
582 B
Plaintext
--- Imakefile.orig Thu Dec 9 19:16:34 1999
|
|
+++ Imakefile Thu Dec 9 19:27:40 1999
|
|
@@ -1,5 +1,4 @@
|
|
-BIN_DIR= /usr/local/bin
|
|
-HIGH_SCORE_DIR= /usr/local/lib
|
|
+HIGH_SCORE_DIR= ${LIBDIR}/xemeraldia
|
|
|
|
/*---------------------------------------------------------------------*/
|
|
|
|
@@ -14,8 +13,7 @@
|
|
#endif
|
|
#endif
|
|
|
|
-BINDIR=$(BIN_DIR)
|
|
-EXTRA_DEFINES = -DHIGH_SCORE_TABLE=\"$(HIGH_SCORE_DIR)/.xemeraldia.scores\"\
|
|
+EXTRA_DEFINES = -DHIGH_SCORE_TABLE=\"$(HIGH_SCORE_DIR)/xemeraldia.scores\"\
|
|
-D__USE_FIXED_PROTOTYPES__
|
|
|
|
HEADERS = games.h graphics.h bitmaps.h
|