From c0fd029c3f69275cb159e6a023f7dbfccc288210 Mon Sep 17 00:00:00 2001 From: ghen Date: Fri, 25 Jul 2008 09:14:48 +0000 Subject: Don't needlessly depend on a perl module for a perl script we do not install. Bump PKGREVISION for zsh and zsh-current. --- shells/zsh-current/Makefile | 4 ++-- shells/zsh/Makefile | 4 ++-- shells/zsh/Makefile.common | 4 +--- 3 files changed, 5 insertions(+), 7 deletions(-) (limited to 'shells') diff --git a/shells/zsh-current/Makefile b/shells/zsh-current/Makefile index fbba2915aeb..c25c09d7e7c 100644 --- a/shells/zsh-current/Makefile +++ b/shells/zsh-current/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2008/07/13 18:26:24 tonnerre Exp $ +# $NetBSD: Makefile,v 1.15 2008/07/25 09:14:48 ghen Exp $ .include "../../shells/zsh/Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 ZSH_VERSION= 4.3.4 ZSH_MAINTAINER= uebayasi@NetBSD.org diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 9578ecb1e3d..4e3dc8ac55f 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2008/07/13 18:22:01 tonnerre Exp $ +# $NetBSD: Makefile,v 1.53 2008/07/25 09:14:48 ghen Exp $ .include "../../shells/zsh/Makefile.common" ZSH_VERSION= 4.2.6 ZSH_MAINTAINER= uebayasi@NetBSD.org -PKGREVISION= 1 +PKGREVISION= 2 .include "../../mk/bsd.pkg.mk" diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index a16f812d633..ea22205c968 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.47 2008/07/13 18:22:01 tonnerre Exp $ +# $NetBSD: Makefile.common,v 1.48 2008/07/25 09:14:48 ghen Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -23,8 +23,6 @@ USE_TOOLS+= makeinfo INFO_FILES= # PLIST TEXINFO_REQD= 4.0 -DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp - PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3