summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/emacs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index f6b8e133361..06a26e85104 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2008/05/04 12:09:33 markd Exp $
+# $NetBSD: Makefile,v 1.110 2008/05/05 00:13:59 markd Exp $
PKGNAME?= ${DISTNAME}
COMMENT?= GNU editing macros (editor)
@@ -63,6 +63,8 @@ post-extract:
# for patch-ac
post-build:
(cd ${WRKSRC}/lisp; ${MAKE_PROGRAM} files.elc)
+ touch ${WRKSRC}/etc/DOC
+ touch ${WRKSRC}/src/emacs
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"