diff options
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index b6147ff0c3b..bca5657a9e0 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.119 2009/04/30 17:22:06 hasso Exp $ +# $NetBSD: Makefile,v 1.120 2009/05/12 08:33:52 hasso Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} @@ -60,6 +60,7 @@ CPPFLAGS+= -DDFLY_CRT_USRLIB post-extract: cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s + ${CHMOD} -R go-w ${WRKSRC} .include "../../mk/oss.buildlink3.mk" .include "../../mk/termcap.buildlink3.mk" |