From 99827e6c0473e0c2a620b9791dd6142a0899b545 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 30 Jun 2007 05:07:02 +0000 Subject: Copy DragonFly header from emacs21. --- editors/leim/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/editors/leim/Makefile b/editors/leim/Makefile index de1cdc1a6da..c6a1c222b1d 100644 --- a/editors/leim/Makefile +++ b/editors/leim/Makefile @@ -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 @@ EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox 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" -- cgit v1.2.3