diff options
author | tron <tron@pkgsrc.org> | 1998-04-13 13:46:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-04-13 13:46:39 +0000 |
commit | 71c303a8480c0d569e5ceb50693df3a35b718e82 (patch) | |
tree | 882939c97fdb038235158893fd1600250a5bbdc0 /editors/emacs/Makefile | |
parent | 49a48d689a3ecba3554213b98edbeb1bd19b181a (diff) | |
download | pkgsrc-71c303a8480c0d569e5ceb50693df3a35b718e82.tar.gz |
Apply patches supplied by Johnny C. Lam PR pkg/5069 to make emacs MH-E to
cooperate with our nmh package.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 6 |
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 |