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 | 68d6cdde919fe134b5b58446558a4c95fa0c1414 (patch) | |
tree | f93ebfc41d3989ddbecd5a81d60764f3920291d4 /editors | |
parent | 5990472b4d4527f5fe3253ef87231c1a5241722a (diff) | |
download | pkgsrc-68d6cdde919fe134b5b58446558a4c95fa0c1414.tar.gz |
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'editors')
-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" |