diff options
author | markd <markd@pkgsrc.org> | 2008-10-12 09:45:21 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-10-12 09:45:21 +0000 |
commit | 751cb0f88f758dc6eea145a26c416eba1d0f56b3 (patch) | |
tree | 9945aab38d10a79547f0879ead07047cf705cec0 /editors | |
parent | 93f20559d223e6502d2c48d0e60065c0a53f29fe (diff) | |
download | pkgsrc-751cb0f88f758dc6eea145a26c416eba1d0f56b3.tar.gz |
No longer patching any lisp files so don't need to recompile them.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 242ea26afa0..2cd1bcd250e 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2008/10/11 09:56:38 uebayasi Exp $ +# $NetBSD: Makefile,v 1.116 2008/10/12 09:45:21 markd Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) @@ -59,13 +59,6 @@ post-extract: cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s -# for patch-ac -post-build: - (cd ${WRKSRC}/lisp; ${MAKE_PROGRAM} files.elc) - (cd ${WRKSRC}/lisp; ${MAKE_PROGRAM} obsolete/fast-lock.elc) - touch ${WRKSRC}/etc/DOC - touch ${WRKSRC}/src/emacs - .include "../../mk/oss.buildlink3.mk" .include "../../mk/termcap.buildlink3.mk" |