Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 01:15:44 +0200
From:      Markus Holmberg <markush@acc.umu.se>
To:        okazaki@freebsd.org
Cc:        freebsd-ports@freebsd.org
Subject:   devel/elib-emacs not honoring EMACS_SITE_LISPDIR [patch]
Message-ID:  <20010921011544.A2368@acc.umu.se>

next in thread | raw e-mail | index | archive | help

--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

I have attached a patch that makes devel/elib-emacs honor EMACS_SITE_LISPDIR.
(Without patch port does not work out of box with XEmacs)

Will someone (review and) commit this small fix?

Or do I need to send-pr? (seems like overkill..)

Markus

(Please keep me on CC as I'm not on freebsd-ports, thanks)

-- 

Markus Holmberg
markush@acc.umu.se

--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="elib-emacs.patch"

--- Makefile.orig	Fri Sep 21 00:51:36 2001
+++ Makefile	Fri Sep 21 00:53:37 2001
@@ -39,7 +39,8 @@
 		INSTALL_DATA="${INSTALL_DATA}" \
 		MAKEINFO="makeinfo --no-split" \
 		MKDIR="${MKDIR}" \
-		prefix="${PREFIX}"
+		prefix="${PREFIX}" \
+		locallisppath="${PREFIX}/${EMACS_SITE_LISPDIR}"
 
 .if defined(EMACS_PORT_NAME)
 .if ${EMACS_MAJOR_VER} <= 19

--xHFwDpU9dbj6ez1V--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010921011544.A2368>