diff options
author | gj <gj@FreeBSD.org> | 1997-11-13 05:41:33 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1997-11-13 05:41:33 +0800 |
commit | 3b45273ccb35c49dcd8d833b169c8e3f1e8ca9e9 (patch) | |
tree | dff8b812fc16d15406e67c7b75cd93527cec36f2 /editors/xemacs-devel/Makefile | |
parent | 78e4145c2f780ea14cd93eca89ae9c62b7c7e0d8 (diff) | |
download | freebsd-ports-gnome-3b45273ccb35c49dcd8d833b169c8e3f1e8ca9e9.tar.gz freebsd-ports-gnome-3b45273ccb35c49dcd8d833b169c8e3f1e8ca9e9.tar.zst freebsd-ports-gnome-3b45273ccb35c49dcd8d833b169c8e3f1e8ca9e9.zip |
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.
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r-- | editors/xemacs-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 0f3512456e18..5fd5a60dcb9f 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/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 <bsd.port.mk> |