aboutsummaryrefslogtreecommitdiff
path: root/games/frotz/files
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-06-11 16:50:25 +0000
committerMark Pulford <markp@FreeBSD.org>2001-06-11 16:50:25 +0000
commit21a02650af5486382bfec23da351ac0cfae8e49d (patch)
treee87388e74ba2b685bb027d77d87a44b84cc467df /games/frotz/files
parentc5a927e1e26a99388c6f78933871248ac8bc49b7 (diff)
downloadports-21a02650af5486382bfec23da351ac0cfae8e49d.tar.gz
ports-21a02650af5486382bfec23da351ac0cfae8e49d.zip
Applied patch to update to 2.41.
Also removed useless documentation and added PORTDOCS to the plist. PR: 28045 Submitted by: Kato Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=43856
Diffstat (limited to 'games/frotz/files')
-rw-r--r--games/frotz/files/patch-aa61
1 files changed, 0 insertions, 61 deletions
diff --git a/games/frotz/files/patch-aa b/games/frotz/files/patch-aa
deleted file mode 100644
index be4350ccca1a..000000000000
--- a/games/frotz/files/patch-aa
+++ /dev/null
@@ -1,61 +0,0 @@
---- Makefile.orig Sat Nov 11 20:50:16 2000
-+++ Makefile Wed Nov 22 21:16:35 2000
-@@ -1,26 +1,26 @@
- #Define your C compiler. I recommend gcc if you have it.
--CC = gcc
-+#CC = gcc
- #CC = cc
-
- # Define your optimization flags. Most compilers understand -O and -O2,
- # Standard (note: Solaris on UltraSparc using gcc 2.8.x might not like this.)
--OPTS = -O2
-+#OPTS = -O2
- # Pentium with gcc 2.7.0 or better
- #OPTS = -O2 -fomit-frame-pointer -malign-functions=2 -malign-loops=2 \
- #-malign-jumps=2
-
- # Define where you want Frotz to be installed. Usually this is /usr/local
--PREFIX = /usr/local
-+#PREFIX = /usr/local
- #PREFIX =
-
- # Define where you want Frotz to look for frotz.conf.
--CONFIG_DIR = /usr/local/etc
-+CONFIG_DIR = ${PREFIX}/etc
- #CONFIG_DIR = /etc
- #CONFIG_DIR = /usr/pkg/etc
- #CONFIG_DIR =
-
- # Uncomment this if you want color support. Usually this requires ncurses.
--#COLOR_DEFS = -DCOLOR_SUPPORT
-+COLOR_DEFS = -DCOLOR_SUPPORT
-
- # Uncomment this if you have an OSS soundcard driver and want classical
- # Infocom sound support.
-@@ -28,7 +28,7 @@
-
- # This should point to the location of your curses.h or ncurses.h include
- # file if your compiler doesn't know about it.
--INCL = -I/usr/local/include
-+#INCL = -I/usr/local/include
- #INCL = -I/usr/pkg/include
- #INCL = -I/usr/freeware/include
- #INCL = -I/5usr/include
-@@ -37,7 +37,7 @@
- # This should define the location and name of whatever curses library you're
- # linking with. Usually, this isn't necessary if /etc/ld.so.conf is set
- # up correctly.
--LIB = -L/usr/local/lib
-+#LIB = -L/usr/local/lib
- #LIB = -L/usr/pkg/lib
- #LIB = -L/usr/freeware/lib
- #LIB = -L/5usr/lib
-@@ -81,7 +81,7 @@
- COMP_DEFS = $(OPT_DEFS) $(COLOR_DEFS) $(SOUND_DEFS) $(SOUNDCARD) \
- $(MEMMOVE_DEF)
-
--CFLAGS = $(OPTS) $(COMP_DEFS) $(INCL)
-+CFLAGS += $(OPTS) $(COMP_DEFS) $(INCL)
-
-
- $(BINNAME): soundcard.h $(OBJECTS)