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
commit2af28ce458dc99b8da68e75ad389914d23627d24 (patch)
tree3214330e532e90eabd546887519a44728e8726fe /shells
parent4fd7856264a9ac8bb9c10d8b3307bd55c3d822ea (diff)
downloadpkgsrc-2af28ce458dc99b8da68e75ad389914d23627d24.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)