mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
37 lines
980 B
Text
37 lines
980 B
Text
--- xspim/Imakefile.orig 2006-08-29 11:23:19.000000000 +0900
|
|
+++ xspim/Imakefile 2008-04-23 00:58:19.000000000 +0900
|
|
@@ -33,13 +33,13 @@
|
|
#
|
|
|
|
# Full path for the directory that will hold the executable files:
|
|
-BIN_DIR = /usr/local/bin
|
|
+BIN_DIR = ${PREFIX}/bin
|
|
|
|
# Full path for the directory that will hold the exception handler:
|
|
-EXCEPTION_DIR = /usr/local/lib
|
|
+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
|
|
@@ -91,7 +91,7 @@
|
|
DEPLIBS = XawClientDepLibs
|
|
LOCALLIBS = XawClientLibs
|
|
|
|
-CDEBUGFLAGS = -g
|
|
+#CDEBUGFLAGS = -g
|
|
|
|
INCLUDES = -I. -I$(CPU_DIR)
|
|
|
|
@@ -113,7 +113,7 @@
|
|
./Configure
|
|
|
|
InstallProgram(xspim,$(BIN_DIR))
|
|
-InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR))
|
|
+#InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR))
|
|
#InstallManPage($(DOC_DIR)/xspim,$(MAN_DIR))
|
|
|
|
|