summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2008-05-05 00:13:59 +0000
committermarkd <markd@pkgsrc.org>2008-05-05 00:13:59 +0000
commit105f3b22f915ce806c891ed168fa3563256135dd (patch)
treeed3cdee5962cb5b40196040117f230817e324a99 /editors
parentc793a1e36c0fc9715a4897cff0e08d69dbb195c0 (diff)
downloadpkgsrc-105f3b22f915ce806c891ed168fa3563256135dd.tar.gz
Sigh, and the bit I missed out in the last commit. (Touch a couple of
files so doesn't try to rebuild a bunch of stuff after the compile of the lisp file)
Diffstat (limited to 'editors')
-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"