$OpenBSD: patch-xspim_Imakefile,v 1.1 2005/10/13 09:06:54 kevlo Exp $
--- xspim/Imakefile.orig	Sun Aug 28 20:58:15 2005
+++ xspim/Imakefile	Thu Oct 13 17:05:28 2005
@@ -41,7 +41,8 @@ MAN_DIR = /usr/local/share/man1
 # Full path for the exception handler file:
 #EXCEPTION_PATH = /usr/local/lib/exceptions.s
 # Use this path for testing:
-EXCEPTION_PATH = $(CPU_DIR)/exceptions.s
+PREFIX = /usr/local
+EXCEPTION_PATH = $(PREFIX)/share/spim/exceptions.s
 
 # If you have flex, use it instead of lex.  If you use flex, define this
 # variable and set LEXFLAGS.
@@ -119,9 +120,6 @@ configuration:
 NormalProgramTarget(xspim_sub,$(XOBJS),$(DEPLIBS),$(LOCALLIBS),$(SYSLIBS))
 
 InstallProgram(xspim,$(BIN_DIR))
-InstallManPage(xspim,$(MAN_DIR))
-InstallNonExec($(EXCEPTION_DIR)/exceptions.s,$(EXCEPTION_PATH))
-
 
 y.tab.h: y.tab.c
 
