mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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.
This commit is contained in:
parent
a89983aacf
commit
27e88f10fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1896
7 changed files with 21 additions and 15 deletions
|
@ -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=
|
||||
|
||||
|
|
|
@ -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=
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:30 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2
|
||||
|
@ -29,7 +29,8 @@ HAS_CONFIGURE= yes
|
|||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face \
|
||||
--locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
|
|
|
@ -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:30 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2
|
||||
|
@ -29,7 +29,8 @@ HAS_CONFIGURE= yes
|
|||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face \
|
||||
--locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
|
|
|
@ -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:30 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2
|
||||
|
@ -29,7 +29,8 @@ HAS_CONFIGURE= yes
|
|||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face \
|
||||
--locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
|
|
|
@ -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=
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue