2013-09-26 17:14:40 +02:00

23 lines
574 B
Plaintext

$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.