summaryrefslogtreecommitdiff
path: root/editors/leim20
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-02-17 18:37:26 +0000
committerdholland <dholland@pkgsrc.org>2013-02-17 18:37:26 +0000
commit8305a219eae8a8099ca260ba92dfd4e354285c48 (patch)
treeadb4551169e09157897f71efb8874a32472c8f7c /editors/leim20
parent3b07a91368d19081d26bbe9ecb31099d57f95e0c (diff)
downloadpkgsrc-8305a219eae8a8099ca260ba92dfd4e354285c48.tar.gz
Update DEPENDS and bump PKGREVISION. While here, fix installation with
umask 077 and tidy a bit of pkglint.
Diffstat (limited to 'editors/leim20')
-rw-r--r--editors/leim20/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/leim20/Makefile b/editors/leim20/Makefile
index 775d94791e0..f6077b56bda 100644
--- a/editors/leim20/Makefile
+++ b/editors/leim20/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2012/10/03 11:43:36 asau Exp $
+# $NetBSD: Makefile,v 1.19 2013/02/17 18:37:26 dholland Exp $
DISTNAME= leim-${VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
DISTFILES= emacs-${VERSION}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html
COMMENT= Libraries of Emacs Input Methods
-DEPENDS+= emacs-${VERSION}{,nb[0-9]*}:../../editors/emacs20
+DEPENDS+= emacs20-${VERSION}{,nb[0-9]*}:../../editors/emacs20
MAKE_JOBS_SAFE= no
@@ -26,6 +26,7 @@ INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
INSTALLATION_DIRS+= share/emacs/20.7/leim
post-install:
- @${CHOWN} -R ${ROOT_USER} ${DESTDIR}${PREFIX}/share/emacs/20.7/leim
+ ${CHMOD} -R go+rX ${DESTDIR}${PREFIX}/share/emacs/20.7/leim
+ ${CHOWN} -R ${ROOT_USER} ${DESTDIR}${PREFIX}/share/emacs/20.7/leim
.include "../../mk/bsd.pkg.mk"