diff options
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r-- | editors/emacs-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index eff016fe4db..0701455617d 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/27 00:53:12 heinz Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/29 14:14:19 kristerw Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-21.3 @@ -30,6 +30,7 @@ INFO_FILES+= reftex sc speedbar vip viper widget woman post-extract: ${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp + ${CP} ${FILESDIR}/amd64.h ${WRKSRC}/src/m pre-install: @${FIND} ${WRKSRC} -type f -name "*.orig" -print | ${XARGS} ${RM} -f |