summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarkd <markd>2008-10-12 09:45:21 +0000
committermarkd <markd>2008-10-12 09:45:21 +0000
commit11a0692c863a50c3aed74e331276cc5d284b82f6 (patch)
tree9945aab38d10a79547f0879ead07047cf705cec0 /editors
parent78d9389a15457481c4ddac6d92a43523c531b2ec (diff)
downloadpkgsrc-11a0692c863a50c3aed74e331276cc5d284b82f6.tar.gz
No longer patching any lisp files so don't need to recompile them.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile9
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"