openbsd-ports/emulators/spim/patches/patch-xspim_Imakefile
2006-11-09 07:01:47 +00:00

18 lines
569 B
Plaintext

$OpenBSD: patch-xspim_Imakefile,v 1.2 2006/11/09 07:01:47 kevlo Exp $
--- xspim/Imakefile.orig Tue Aug 29 02:23:19 2006
+++ xspim/Imakefile Thu Nov 9 12:11:27 2006
@@ -36,10 +36,11 @@
BIN_DIR = /usr/local/bin
# Full path for the directory that will hold the exception handler:
-EXCEPTION_DIR = /usr/local/lib
+PREFIX = /usr/local
+EXCEPTION_DIR = $(PREFIX)/share/spim
# Full path for the directory that will hold the man files:
-MAN_DIR = /usr/man/mann
+MAN_DIR = $(PREFIX)/man/man1
# If you have flex, use it instead of lex. If you use flex, define this