summaryrefslogtreecommitdiff
path: root/devel/sml-mode/patches/patch-aa
blob: 7ec01a1dee577c35d9263b850567d8998322e803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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.