summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorhasso <hasso>2009-05-12 08:27:09 +0000
committerhasso <hasso>2009-05-12 08:27:09 +0000
commitf728f93f4edb6d5c488711d67cf022b093b07da1 (patch)
treef93ebfc41d3989ddbecd5a81d60764f3920291d4 /editors
parent1efc552686914acf362ebdc3e8b51c4fb72cc393 (diff)
downloadpkgsrc-f728f93f4edb6d5c488711d67cf022b093b07da1.tar.gz
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile5
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"