summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-06-05 21:55:37 +0000
committerjtb <jtb@pkgsrc.org>2001-06-05 21:55:37 +0000
commit363d6c7549ac645ff5948b248abb31a4a6c3aa3b (patch)
tree4200aeb22055d3badb73db032951f24c43b7439a /shells/zsh
parentdc555bc729b8666c04e470078d73df7448452250 (diff)
downloadpkgsrc-363d6c7549ac645ff5948b248abb31a4a6c3aa3b.tar.gz
Install the NEWS and FAQ files. Add a short message regarding changes
for this version. Based on suggestions by Geoff Wing <gcw@zsh.org> on tech-pkg.
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile5
-rw-r--r--shells/zsh/pkg/MESSAGE11
-rw-r--r--shells/zsh/pkg/PLIST7
3 files changed, 21 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 70509a59a7b..59c5c8cc68d 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/06/05 16:28:07 jtb Exp $
+# $NetBSD: Makefile,v 1.22 2001/06/05 21:55:37 jtb Exp $
DISTNAME= zsh-4.0.1
CATEGORIES= shells
@@ -29,6 +29,9 @@ PLIST_SRC+= ${PKGDIR}/PLIST.dynamic
post-install:
@cd ${WRKSRC}/Doc; ${MAKE} install.info
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zsh
+ @cd ${WRKSRC}/Etc; ${INSTALL_DATA} BUGS FAQ FEATURES NEWS \
+ ${PREFIX}/share/doc/zsh
${CP} /etc/shells /etc/shells.bak
(${GREP} -v ${PREFIX}/bin/zsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/zsh) >/etc/shells
${RM} /etc/shells.bak
diff --git a/shells/zsh/pkg/MESSAGE b/shells/zsh/pkg/MESSAGE
new file mode 100644
index 00000000000..55b1fe9c907
--- /dev/null
+++ b/shells/zsh/pkg/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2001/06/05 21:55:38 jtb Exp $
+
+`${PREFIX}/share/doc/zsh/NEWS' contains a summary of important changes
+for this version of zsh.
+
+Note that the completion system can now be setup and configured using
+the builtin "compinstall" function. Please read zshcompsys(1) manual
+page for information on how this works.
+
+===========================================================================
diff --git a/shells/zsh/pkg/PLIST b/shells/zsh/pkg/PLIST
index 2b52838bd27..13c7c737a66 100644
--- a/shells/zsh/pkg/PLIST
+++ b/shells/zsh/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2001/06/05 16:28:09 jtb Exp $
+@comment $NetBSD: PLIST,v 1.8 2001/06/05 21:55:38 jtb Exp $
bin/zsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
@@ -20,6 +20,10 @@ man/man1/zshoptions.1
man/man1/zshparam.1
man/man1/zshzftpsys.1
man/man1/zshzle.1
+share/doc/zsh/BUGS
+share/doc/zsh/FAQ
+share/doc/zsh/FEATURES
+share/doc/zsh/NEWS
share/zsh/4.0.1/functions/_a2ps
share/zsh/4.0.1/functions/_alias
share/zsh/4.0.1/functions/_aliases
@@ -362,3 +366,4 @@ share/zsh/4.0.1/functions/zstyle+
@unexec rmdir %D/share/zsh/4.0.1/functions 2>/dev/null || true
@unexec rmdir %D/share/zsh/4.0.1 2>/dev/null || true
@unexec rmdir %D/share/zsh 2>/dev/null || true
+@dirrm share/doc/zsh