summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-05-06 22:29:36 +0000
committercube <cube@pkgsrc.org>2004-05-06 22:29:36 +0000
commit5ae8c7a8ea8808b5eb7ef5371a4dd4eaa85dc472 (patch)
tree3214330e532e90eabd546887519a44728e8726fe /shells
parentb382db3b61bd911b44e3d3dfc07665a3f8fdbd60 (diff)
downloadpkgsrc-5ae8c7a8ea8808b5eb7ef5371a4dd4eaa85dc472.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'shells')
-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)