diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-10-23 09:06:17 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-10-23 09:06:17 +0000 |
commit | ffa24a964d2a5b629e840603220f70221c663069 (patch) | |
tree | 1b41af0eb06185049aa00bcb5825c9afe922c0ff /lang/ocaml-mode.el/files | |
parent | 1ca3d6c792902e889f8b43e19ccb8c06b5cdefb0 (diff) | |
download | ports-ffa24a964d2a5b629e840603220f70221c663069.tar.gz ports-ffa24a964d2a5b629e840603220f70221c663069.zip |
Notes
Diffstat (limited to 'lang/ocaml-mode.el/files')
-rw-r--r-- | lang/ocaml-mode.el/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ocaml-mode.el/files/patch-aa b/lang/ocaml-mode.el/files/patch-aa new file mode 100644 index 000000000000..1451606d079d --- /dev/null +++ b/lang/ocaml-mode.el/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile-- Tue Mar 27 09:10:46 2001 ++++ Makefile Tue Oct 23 11:57:10 2001 +@@ -11,7 +11,7 @@ + EMACS=emacs + + # Where to install ocamltags script +-SCRIPTDIR = /usr/local/bin ++SCRIPTDIR = ${PREFIX}/bin + + # Command for byte-compiling the files + COMPILECMD=(progn \ |