diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-27 10:45:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-27 10:45:42 +0000 |
commit | 27e88f10fc77735a0820be89e6baf3df9b21d3b7 (patch) | |
tree | bd737fd96c70e8c4e8d1adf2cbc6980059f31af4 /editors/mule | |
parent | a89983aacf11e16105e7194b9748e93ca655137c (diff) | |
download | ports-27e88f10fc77735a0820be89e6baf3df9b21d3b7.tar.gz ports-27e88f10fc77735a0820be89e6baf3df9b21d3b7.zip |
Notes
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index b1e41c39d33e..017342ecf631 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.17 1995/04/22 12:39:19 asami Exp $ +# $Id: Makefile,v 1.18 1995/04/23 10:33:33 asami Exp $ # DISTNAME= mule-2.2 @@ -24,7 +24,8 @@ MAINTAINER= asami@FreeBSD.ORG HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \ - --terminal-face + --terminal-face \ + --locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp STRIP= |