From 81d2fa999c4e2c6d209ae3d28b2eca4cb792b3a6 Mon Sep 17 00:00:00 2001 From: Gary Jennejohn Date: Wed, 12 Nov 1997 21:41:33 +0000 Subject: Change shared/xemacs/site-lisp to shared/emacs/site-lisp. According to the maintainer this directory is supposed to be shared between emacs and xemacs. --- editors/xemacs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/xemacs/Makefile') diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 0f3512456e18..5fd5a60dcb9f 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp $ +# $Id: Makefile,v 1.2 1997/11/08 22:15:37 gj Exp $ # DISTNAME= xemacs-20.2 @@ -31,7 +31,7 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ --with-sound=native \ --site-includes=/usr/local/include \ --site-libraries=/usr/local/lib \ - --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \ + --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/emacs/site-lisp" \ ${WITH_MULE} ${WITH_DIALOGS} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 @@ -56,6 +56,6 @@ post-install: # ``make install'' does not set the permissions like pkg_add does. chmod 1777 /var/run/xemacs/lock chmod 755 ${PREFIX}/lib/xemacs/site-lisp - chmod 755 ${PREFIX}/share/xemacs/site-lisp + chmod 755 ${PREFIX}/share/emacs/site-lisp .include -- cgit v1.2.3