summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorcube <cube>2004-05-06 22:29:36 +0000
committercube <cube>2004-05-06 22:29:36 +0000
commit5a3908bf16d73fd6b84210398453f68cb6f18044 (patch)
tree3214330e532e90eabd546887519a44728e8726fe /shells/zsh
parent60caaf89e91accabf3e695472a751e8c127d0d0a (diff)
downloadpkgsrc-5a3908bf16d73fd6b84210398453f68cb6f18044.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index ad9c7354aed..6611ff3ce50 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/04/18 04:41:12 snj Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/05/06 22:29:36 cube Exp $
DISTNAME= zsh-${ZSH_VERSION}
PKGREVISION= 1
@@ -22,6 +22,8 @@ GNU_CONFIGURE= YES
USE_MAKEINFO= YES
INFO_FILES= zsh.info
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
.include "../../mk/bsd.prefs.mk"
.if defined(ZSH_STATIC)