pkgsrc/devel/sml-mode/patches/patch-aa
jtb 6564ffbd60 Initial import of sml-mode:
SML-MODE is a major Emacs mode for editing Standard ML. It provides
syntax highlighting and automatic indentation and comes with sml-proc
which allows interaction with an inferior SML interactive loop.
2001-04-14 23:08:58 +00:00

22 lines
574 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2001/04/14 23:08:58 jtb Exp $
--- Makefile.orig Sun Dec 24 20:06:28 2000
+++ Makefile
@@ -22,7 +22,7 @@
include makefile.pkg
# set up the usual installation paths
-prefix = /usr/local
+prefix = ${PREFIX}
datadir = $(prefix)/share
# the directory where you install third-party emacs packges
@@ -34,7 +34,7 @@
eldir = $(elcdir)
# the file where the initialization goes.
-#startupfile = $(HOME/.emacs
+#startupfile = $(HOME)/.emacs
startupfile = $(lispdir)/site-start.el
# the directory where you installed the elib .elc files.