diff options
author | markd <markd@pkgsrc.org> | 2008-05-04 12:09:33 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-05-04 12:09:33 +0000 |
commit | 1274a5cee0d95365ca5961aa08794bfcb9cb959f (patch) | |
tree | 0a44ee922504e7fea9262cfc73fb6603a6bfe9cd /editors | |
parent | e105994d5fab40f3f898cb5095e26bc297d37ff0 (diff) | |
download | pkgsrc-1274a5cee0d95365ca5961aa08794bfcb9cb959f.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/Makefile | 8 |
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" |