1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/rocksndiamonds/files/patch-aa
Chris D. Faulhaber 309fba0a61 Update port to 1.4.0
PR:		15939
Submitted by:	Maintainer
2000-01-06 19:59:01 +00:00

21 lines
594 B
Plaintext

--- Makefile.orig Wed Oct 27 02:07:38 1999
+++ Makefile Wed Jan 5 22:29:39 2000
@@ -18,7 +18,7 @@
# specify path to X11 on your system
# if undefined, use system defaults (works with Linux/gcc/libc5)
-X11_PATH = /usr/X11
+# X11_PATH = /usr/X11
# specify directory for read-only game data (like graphics, sounds, levels)
# default is '.', so you can play without installing game data somewhere
@@ -46,8 +46,6 @@
#-----------------------------------------------------------------------------#
.EXPORT_ALL_VARIABLES:
-
-MAKE = make
SRC_DIR = src
MAKE_CMD = @$(MAKE) -C $(SRC_DIR)