mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
309fba0a61
PR: 15939 Submitted by: Maintainer
21 lines
594 B
Plaintext
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)
|