summaryrefslogtreecommitdiff
path: root/editors/emacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r--editors/emacs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 4a35ea83879..6e826d8528c 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 October 1997
# Whom: hubertf
#
-# $NetBSD: Makefile,v 1.11 1998/03/10 13:52:53 frueauf Exp $
+# $NetBSD: Makefile,v 1.12 1998/04/13 13:46:39 tron Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
#
@@ -25,6 +25,10 @@ OPSYS!= uname -s
MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} \
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+post-build:
+ (cd ${WRKSRC}/lisp/mail; \
+ ${WRKSRC}/src/emacs -batch -f batch-byte-compile mh-funcs.el mh-utils.el)
+
post-install:
${RM} -f ${PREFIX}/share/emacs/20.2/etc/DOC-20.2.[13-9]*
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs