pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/leim Copy DragonFly header from emacs21.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f229dfaa20a
branches:  trunk
changeset: 530425:4f229dfaa20a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 30 05:07:02 2007 +0000

description:
Copy DragonFly header from emacs21.

diffstat:

 editors/leim/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 979f62b20647 -r 4f229dfaa20a editors/leim/Makefile
--- a/editors/leim/Makefile     Sat Jun 30 05:04:41 2007 +0000
+++ b/editors/leim/Makefile     Sat Jun 30 05:07:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/03/04 21:29:31 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2007/06/30 05:07:02 joerg Exp $
 
 DISTNAME=      leim-${VERSION}
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -22,11 +22,14 @@
 CONFIG_GUESS_OVERRIDE= ../config.guess
 CONFIG_SUB_OVERRIDE=   ../config.sub
 
+EMACS21_FILESDIR=      ${.CURDIR}/../../editors/emacs21/files
+
 post-extract:
        @${ECHO} '#!/bin/sh' >${WRKSRC}/configure
        @${ECHO} 'cd ..' >>${WRKSRC}/configure
        @${ECHO} 'exec ./configure $$*' >>${WRKSRC}/configure
        @${CHMOD} +x ${WRKSRC}/configure
+       ${CP} ${EMACS21_FILESDIR}/dragonfly.h ${WRKSRC}/../src/s
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index