summaryrefslogtreecommitdiff
path: root/emulators/spim/files/patch-spim_Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-21 21:14:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-21 21:14:37 +0000
commitb377670c267ce6b11370fc26b21b1e2f5eef8505 (patch)
tree8a02bd1c94ae045be10ce1a8427e06e41a44e2e6 /emulators/spim/files/patch-spim_Makefile
parent- Update to 2.10.11 (diff)
- Update to 8.0
PR: 142980 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=248312
Diffstat (limited to 'emulators/spim/files/patch-spim_Makefile')
-rw-r--r--emulators/spim/files/patch-spim_Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/spim/files/patch-spim_Makefile b/emulators/spim/files/patch-spim_Makefile
index ee004b0714cc..ea5d10601d0a 100644
--- a/emulators/spim/files/patch-spim_Makefile
+++ b/emulators/spim/files/patch-spim_Makefile
@@ -1,23 +1,23 @@
---- spim/Makefile.orig 2009-01-02 04:51:25.000000000 +0900
-+++ spim/Makefile 2009-01-21 03:38:23.000000000 +0900
-@@ -54,13 +54,13 @@
+--- spim/Makefile.orig 2010-01-09 14:22:57.000000000 +0900
++++ spim/Makefile 2010-01-17 01:44:59.000000000 +0900
+@@ -66,13 +66,13 @@
# Full path for the directory that will hold the executable files:
--BIN_DIR = /usr/bin
+-BIN_DIR = /usr/local/bin
+BIN_DIR = ${PREFIX}/bin
# Full path for the directory that will hold the exception handler:
--EXCEPTION_DIR = /usr/lib/spim
+-EXCEPTION_DIR = /usr/local/lib/spim
+EXCEPTION_DIR = ${PREFIX}/share/spim
# Full path for the directory that will hold the man files:
--MAN_DIR = /usr/share/man/en
+-MAN_DIR = /usr/local/man/en
+MAN_DIR = ${MANPREFIX}/man/man1
# If you have flex, use it instead of lex. If you use flex, define this
-@@ -92,12 +92,12 @@
+@@ -104,12 +104,12 @@
DEFINES = $(ENDIAN) $(MEM_SIZES) -DDEFAULT_EXCEPTION_HANDLER="\"$(EXCEPTION_DIR)/exceptions.s\"" -DSPIM_VERSION="\"`cat ../VERSION`\""
@@ -34,7 +34,7 @@
# lex.yy.c is usually compiled with -O to speed it up.
-@@ -110,10 +110,10 @@
+@@ -122,10 +122,10 @@
spim: force
@@ -47,7 +47,7 @@
force: configuration
-@@ -196,7 +196,7 @@
+@@ -211,7 +211,7 @@
y.tab.h: y.tab.c
y.tab.c: $(CPU_DIR)/parser.y