1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xtet42/files/patch-aa
Steve Price 113c308a1b Initial import of xtet42 version 2.21.
A one of two player t*tris game.

PR:		10096
Submitted by:	Gianmarco Giovannelli <gmarco@giovannelli.it>
1999-04-19 04:21:27 +00:00

21 lines
507 B
Plaintext

--- Makefile.in.orig Mon Feb 15 00:36:53 1999
+++ Makefile.in Mon Feb 15 00:41:28 1999
@@ -24,7 +24,7 @@
libdir = @libdir@
localstatedir = @localstatedir@
mandir = @mandir@
-hiscoredir = $(localstatedir)/$(PACKAGE)
+hiscoredir = $(PREFIX)/lib/X11/$(PACKAGE)
_Ver = $(VERSION)
_Lock = $(hiscoredir)/.xtet42.lock
@@ -37,6 +37,8 @@
-D_Hiscore=\"$(_Hiscore)\" -D_Hione=\"$(_Hione)\" \
-D_Log=\"$(_Log)\" -D_Ver=\"$(_Ver)\"
+
+all: xtet42
xtet42: $(OBJS)
$(CC) $(LDFLAGS) -o xtet42 $(OBJS)