pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs Sigh, and the bit I missed out in the la...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1350a8c6b627
branches:  trunk
changeset: 542139:1350a8c6b627
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon May 05 00:13:59 2008 +0000

description:
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:

 editors/emacs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 544fa4ccebc8 -r 1350a8c6b627 editors/emacs/Makefile
--- a/editors/emacs/Makefile    Sun May 04 22:28:01 2008 +0000
+++ b/editors/emacs/Makefile    Mon May 05 00:13:59 2008 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index