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)
This commit is contained in:
markd 2008-05-05 00:13:59 +00:00
parent c793a1e36c
commit 105f3b22f9

View file

@ -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"