diff options
author | gj <gj@FreeBSD.org> | 1997-11-12 21:41:33 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1997-11-12 21:41:33 +0000 |
commit | 3b45273ccb35c49dcd8d833b169c8e3f1e8ca9e9 (patch) | |
tree | dff8b812fc16d15406e67c7b75cd93527cec36f2 | |
parent | 78e4145c2f780ea14cd93eca89ae9c62b7c7e0d8 (diff) | |
download | FreeBSD-ports-3b45273ccb35c49dcd8d833b169c8e3f1e8ca9e9.zip FreeBSD-ports-3b45273ccb35c49dcd8d833b169c8e3f1e8ca9e9.tar.gz |
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.
-rw-r--r-- | editors/xemacs-devel/Makefile | 6 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 6 | ||||
-rw-r--r-- | editors/xemacs20/Makefile | 6 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 0f35124..5fd5a60 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> diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 0f35124..5fd5a60 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 <bsd.port.mk> diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 0f35124..5fd5a60 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/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> diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 0f35124..5fd5a60 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/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> |