aboutsummaryrefslogtreecommitdiff
path: root/games/dungeoncrawl/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 00:37:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 00:37:38 +0000
commit6bbad1d944226f471541df8c5fbfc685e6452a67 (patch)
tree5ace053fc98d4daadfeabc5263beaf0c9f5ec622 /games/dungeoncrawl/files
parent58c051addd21e323409989a2e40a8fba760567a9 (diff)
downloadports-6bbad1d944226f471541df8c5fbfc685e6452a67.tar.gz
ports-6bbad1d944226f471541df8c5fbfc685e6452a67.zip
Notes
Diffstat (limited to 'games/dungeoncrawl/files')
-rw-r--r--games/dungeoncrawl/files/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/dungeoncrawl/files/patch-aa b/games/dungeoncrawl/files/patch-aa
new file mode 100644
index 000000000000..40d6c4818944
--- /dev/null
+++ b/games/dungeoncrawl/files/patch-aa
@@ -0,0 +1,20 @@
+--- makefile.bsd.orig Thu Feb 27 22:39:20 2003
++++ makefile.bsd Thu Feb 27 23:27:25 2003
+@@ -1,7 +1,7 @@
+ # -*- Makefile -*- for Dungeon Crawl (linux)
+
+ #APPNAME = crawl
+-GAME = crawl
++GAME = dungeoncrawl
+
+ # this file contains a list of the libraries.
+ # it will make a variable called OBJECTS that contains all the libraries
+@@ -17,7 +17,7 @@
+ LDFLAGS = -static -L/usr/lib
+ MCHMOD = 711
+ # INSTALLDIR = /usr/games
+-INSTALLDIR = /tmp/CRAWLTEST/testdev
++INSTALLDIR = ${PREFIX}/bin
+ LIB = -lncurses
+
+ # Include for Linux