summaryrefslogtreecommitdiff
path: root/editors/emacs-nox11
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-02-29 14:14:19 +0000
committerkristerw <kristerw@pkgsrc.org>2004-02-29 14:14:19 +0000
commit8a72ed7fa8ffeeeef9c1f6f66fd7d4a0bff7d46c (patch)
tree187745650e6837121f7b1bd5d474ab76cf084619 /editors/emacs-nox11
parent46966334cc7bfa35591abb2390bae420927c3ed4 (diff)
downloadpkgsrc-8a72ed7fa8ffeeeef9c1f6f66fd7d4a0bff7d46c.tar.gz
Copy a missing .h file from ${FILESDIR} to make this compile on amd64.
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r--editors/emacs-nox11/Makefile3
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