aboutsummaryrefslogtreecommitdiffstats
path: root/editors/mule
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1998-05-03 05:07:10 +0800
committermax <max@FreeBSD.org>1998-05-03 05:07:10 +0800
commit6609afcaea84533ddb331ce78e9530ccb4a246e0 (patch)
tree67e4815dbdf96ec829b65c15c6947f78c2c1b276 /editors/mule
parent4e3a20e8d560231d8455c01cc1cd1b6dd14107c7 (diff)
downloadfreebsd-ports-gnome-6609afcaea84533ddb331ce78e9530ccb4a246e0.tar.gz
freebsd-ports-gnome-6609afcaea84533ddb331ce78e9530ccb4a246e0.tar.zst
freebsd-ports-gnome-6609afcaea84533ddb331ce78e9530ccb4a246e0.zip
Bugfix:
(1) /usr/local/lib/mule/site-lisp/site-start.el is fixed (2) /usr/X11R6/info is added to Info-default-directory-list in site-start.el (3) mule can work on FreeBSD-current (this problem is about new ld.so). PR: 6030 Submitted by: maintainer
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 859793b5d3fb..fc55ad422c70 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.29 1997/06/08 12:54:52 asami Exp $
+# $Id: Makefile,v 1.30 1997/09/10 08:49:29 asami Exp $
#
DISTNAME= mule-2.3
@@ -84,6 +84,15 @@ pre-build:
find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
${RM} -f ${WRKSRC}/etc/DOC* ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-19.28.*
+# If site-start.el exists, you should run below when you install by
+# this port
+pre-install:
+ @if [ -f ${SITE_START} ]; then \
+ ${MV} ${SITE_START} ${SITE_START}.orig ; \
+ ${SED} -e '/;; BEGIN mule-family/,/;; END mule-family/d' \
+ ${SITE_START}.orig > ${SITE_START}; \
+ fi
+
post-install:
# note that any2ps is a script
.for file in b2m coco ctags emacsclient etags m2ps mule-19.28
@@ -112,4 +121,3 @@ post-package:
@${TOUCH} ${TOUCH_FLAGS} ${PACKAGE_COOKIE}
.include <bsd.port.mk>
-