diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-25 21:25:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-25 21:25:11 +0000 |
commit | 8a30175cecf22ea7e3472b17fcf01053b466181c (patch) | |
tree | d1fb60b934ee8baee432f866133488edb6d84ac5 /editors/emacs | |
parent | 33976934c98db32bff73d590f729e4c21b9b35fe (diff) | |
download | pkgsrc-8a30175cecf22ea7e3472b17fcf01053b466181c.tar.gz |
Apply same post-extract chmod as emacs-snapshot to fix the same problem.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common index 46925fe276c..4993e71af6d 100644 --- a/editors/emacs/Makefile.common +++ b/editors/emacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2012/02/19 17:44:35 minskim Exp $ +# $NetBSD: Makefile.common,v 1.35 2012/03/25 21:25:11 dholland Exp $ # # used by editors/emacs/Makefile # used by editors/emacs-nox11/Makefile @@ -77,3 +77,4 @@ post-extract: cp ${.CURDIR}/../../editors/emacs/files/site-init.el ${WRKSRC}/lisp cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s ${CHMOD} -R go-w ${WRKSRC} + ${CHMOD} ugo+rx ${WRKSRC}/leim/ja-dic ${WRKSRC}/leim/quail |