summaryrefslogtreecommitdiff
path: root/editors/leim20/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2013-02-17 18:37:26 +0000
committerdholland <dholland>2013-02-17 18:37:26 +0000
commitff794b0e33152218b187607ba80c028627e9d6a7 (patch)
treeadb4551169e09157897f71efb8874a32472c8f7c /editors/leim20/Makefile
parentf97ed3cee7420803e99c7a27e188f9f6bf9ecc3f (diff)
downloadpkgsrc-ff794b0e33152218b187607ba80c028627e9d6a7.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/Makefile')
-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"