From ff794b0e33152218b187607ba80c028627e9d6a7 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 17 Feb 2013 18:37:26 +0000 Subject: Update DEPENDS and bump PKGREVISION. While here, fix installation with umask 077 and tidy a bit of pkglint. --- editors/leim20/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'editors/leim20/Makefile') 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" -- cgit v1.2.3