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 b0ade126161..5f9352f5436 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 1999/02/20 22:48:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.26 1999/02/25 17:08:33 sommerfe Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
#
@@ -21,6 +21,10 @@ INSTALL_PROGRAM= ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
pre-install:
@find ${WRKSRC} -type f -name "*.orig" | xargs ${RM} -f
+post-build:
+ (cd ${WRKSRC}/lisp/mail; \
+ ${WRKSRC}/src/emacs -batch -f batch-byte-compile mh-comp.el mh-utils.el)
+
post-install:
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs