summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2008-05-04 12:09:33 +0000
committermarkd <markd@pkgsrc.org>2008-05-04 12:09:33 +0000
commit8130cb4c25ce03788d8fdfe3bb866b90b136bd31 (patch)
tree0a44ee922504e7fea9262cfc73fb6603a6bfe9cd /editors
parenta19de6c0c55ec40a508c55a6b0d5fca1c5a66f3f (diff)
downloadpkgsrc-8130cb4c25ce03788d8fdfe3bb866b90b136bd31.tar.gz
Compile the file patched in the previous security update so that it is
actually used. Bump PKGREVISION
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 7f756bc1af5..f6b8e133361 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.108 2008/04/29 12:54:56 tonnerre Exp $
+# $NetBSD: Makefile,v 1.109 2008/05/04 12:09:33 markd Exp $
PKGNAME?= ${DISTNAME}
COMMENT?= GNU editing macros (editor)
DISTNAME= emacs-22.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
@@ -60,6 +60,10 @@ post-extract:
cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp
cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
+# for patch-ac
+post-build:
+ (cd ${WRKSRC}/lisp; ${MAKE_PROGRAM} files.elc)
+
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"