From 27e88f10fc77735a0820be89e6baf3df9b21d3b7 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 27 Jun 1995 10:45:42 +0000 Subject: Use /usr/local/share/emacs/site-lisp /usr/local/lib/mule-site-lisp as the "site-lisp" directories. Basically all I did was tuck --locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp to the end of CONFIGURE_ARGS. Also, all the patch-aa's are unnecessary because bsd.port.mk now will take ${CFLAGS} from /etc/make.conf and put it in the environment before calling configure. --- japanese/mule-canna/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'japanese/mule-canna') diff --git a/japanese/mule-canna/Makefile b/japanese/mule-canna/Makefile index ffa12e9e6411..7212ca8e6cde 100644 --- a/japanese/mule-canna/Makefile +++ b/japanese/mule-canna/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:35:20 asami Exp $ # DISTNAME= mule-2.2 @@ -27,8 +27,8 @@ HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \ --canna --canna-libraries=/usr/local/lib \ - --canna-includes=/usr/local/canna/include --terminal-face - + --canna-includes=/usr/local/canna/include --terminal-face \ + --locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp STRIP= pre-build: -- cgit v1.2.3