diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-12 08:27:09 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-12 08:27:09 +0000 |
commit | fcdc548b46988f08f432c988a11c7d68724d697e (patch) | |
tree | f93ebfc41d3989ddbecd5a81d60764f3920291d4 /editors/emacs | |
parent | 5236868370c2d31cf54a4ac88bdaac9c697c3ec7 (diff) | |
download | pkgsrc-fcdc548b46988f08f432c988a11c7d68724d697e.tar.gz |
Fix install on platforms not using pax tar. Bump PKGREVISION.
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" |