freebsd-ports/textproc/yaml-mode.el/files/patch-Makefile
Edwin Groothuis df98d470f3 [New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
Simple major mode to edit YAML file for Emacsen.

	WWW: http://yaml-mode.clouder.jp/

PR:		ports/114383
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-09-07 23:24:57 +00:00

17 lines
443 B
Text

--- Makefile.orig Thu Jan 25 15:51:27 2007
+++ Makefile Sat Jul 7 21:41:49 2007
@@ -1,10 +1,10 @@
VERSION=0.0.3
-EMACS = emacs
-PREFIX = /usr/local
-INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp
+EMACS = $(EMACS_CMD)
+#PREFIX = /usr/local
+INSTALLLIBDIR = $(LISPDIR)
FLAGS = -batch -L $(INSTALLLIBDIR) -q -f batch-byte-compile
SRC = yaml-mode.el
-INSTALL = /usr/bin/install -c -m 444
+INSTALL = $(BSD_INSTALL_DATA)
all: bytecompile