diff options
Diffstat (limited to 'lang/rscheme/files/patch-..__handc__rshell__Makefile')
-rw-r--r-- | lang/rscheme/files/patch-..__handc__rshell__Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/rscheme/files/patch-..__handc__rshell__Makefile b/lang/rscheme/files/patch-..__handc__rshell__Makefile new file mode 100644 index 000000000000..20abb355462e --- /dev/null +++ b/lang/rscheme/files/patch-..__handc__rshell__Makefile @@ -0,0 +1,14 @@ + +$FreeBSD: /tmp/pcvs/ports/lang/rscheme/files/patch-..__handc__rshell__Makefile,v 1.1 2006-04-20 21:32:20 anray Exp $ + +--- ../handc/rshell/Makefile.orig Thu Mar 18 17:43:41 1999 ++++ ../handc/rshell/Makefile Tue Jul 31 12:04:08 2001 +@@ -11,7 +11,7 @@ + # + + FINAL_INSTALL_DIR=$(INSTALL_DIR) +-XCFLAGS='-DINSTALL_DIR="$(FINAL_INSTALL_DIR)"' ++XCFLAGS='-DINSTALL_DIR="$(REAL_PREFIX)"' + + include $(INSTALL_DIR)/resource/buildenv/preamble.mak + |