diff options
author | markd <markd@pkgsrc.org> | 2008-05-05 00:13:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-05-05 00:13:59 +0000 |
commit | 237ddd707849f8897cd7e674fc59f78f27ea337f (patch) | |
tree | ed3cdee5962cb5b40196040117f230817e324a99 /editors/emacs | |
parent | ecb60ec0835ccf8cd71f58f23ccafc061d6946bc (diff) | |
download | pkgsrc-237ddd707849f8897cd7e674fc59f78f27ea337f.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/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
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" |