mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
c00a15fd54
PR: 26377 Submitted by: Mark Pulford <mark@kyne.com.au>
22 lines
510 B
Plaintext
22 lines
510 B
Plaintext
--- Imakefile.orig Sat Jul 4 11:05:00 1998
|
|
+++ Imakefile Fri Apr 6 18:44:24 2001
|
|
@@ -32,8 +32,8 @@
|
|
|
|
# NORECORD = -DNOREC
|
|
|
|
-RECORDDIR = /usr/local/games/lib/xrot
|
|
-RECORDFILE = xrot_record
|
|
+RECORDDIR = /var/games
|
|
+RECORDFILE = xrot.scores
|
|
|
|
#------ secure RECORD file -------
|
|
|
|
@@ -62,7 +62,6 @@
|
|
|
|
#---------------------------------------------------------------
|
|
|
|
-CC = gcc
|
|
DEPLIBS = $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(XLIB) $(XPMLIB) -lm
|
|
RECFLAGS = -DRECDIR=\"$(RECORDDIR)\" -DRECFILE=\"$(RECORDFILE)\"
|