From 9ce7d9169a8f510e6f3c7733de211b3b06663d2e Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:18:56 +0000 Subject: Move pkg/ files into package's toplevel directory --- shells/zsh3/DESCR | 6 ++++++ shells/zsh3/PLIST | 17 +++++++++++++++++ shells/zsh3/pkg/DESCR | 6 ------ shells/zsh3/pkg/PLIST | 17 ----------------- 4 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 shells/zsh3/DESCR create mode 100644 shells/zsh3/PLIST delete mode 100644 shells/zsh3/pkg/DESCR delete mode 100644 shells/zsh3/pkg/PLIST (limited to 'shells/zsh3') diff --git a/shells/zsh3/DESCR b/shells/zsh3/DESCR new file mode 100644 index 00000000000..8f4144f053e --- /dev/null +++ b/shells/zsh3/DESCR @@ -0,0 +1,6 @@ +Zsh is a UNIX command interpreter (shell) which of the standard shells +most resembles the Korn shell (ksh), although it is not completely +compatible. It includes enhancements of many types, notably in the +command-line editor, options for customising its behaviour, filename +globbing, features to make C-shell (csh) users feel more at home and +extra features drawn from tcsh (another `custom' shell). diff --git a/shells/zsh3/PLIST b/shells/zsh3/PLIST new file mode 100644 index 00000000000..ab0b2c6bb70 --- /dev/null +++ b/shells/zsh3/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:27:03 zuntum Exp $ +bin/zsh +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells +bin/${PKGNAME} +@unexec install-info --delete %D/info/zsh.info %D/info/dir +info/zsh.info +@exec install-info %D/info/zsh.info %D/info/dir +man/man1/zshcompctl.1.gz +man/man1/zshexpn.1.gz +man/man1/zshmisc.1.gz +man/man1/zshoptions.1.gz +man/man1/zshall.1.gz +man/man1/zshzle.1.gz +man/man1/zsh.1.gz +man/man1/zshbuiltins.1.gz +man/man1/zshparam.1.gz diff --git a/shells/zsh3/pkg/DESCR b/shells/zsh3/pkg/DESCR deleted file mode 100644 index 8f4144f053e..00000000000 --- a/shells/zsh3/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Zsh is a UNIX command interpreter (shell) which of the standard shells -most resembles the Korn shell (ksh), although it is not completely -compatible. It includes enhancements of many types, notably in the -command-line editor, options for customising its behaviour, filename -globbing, features to make C-shell (csh) users feel more at home and -extra features drawn from tcsh (another `custom' shell). diff --git a/shells/zsh3/pkg/PLIST b/shells/zsh3/pkg/PLIST deleted file mode 100644 index 9b64257c448..00000000000 --- a/shells/zsh3/pkg/PLIST +++ /dev/null @@ -1,17 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2001/09/23 21:08:57 tron Exp $ -bin/zsh -@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells -@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells -bin/${PKGNAME} -@unexec install-info --delete %D/info/zsh.info %D/info/dir -info/zsh.info -@exec install-info %D/info/zsh.info %D/info/dir -man/man1/zshcompctl.1.gz -man/man1/zshexpn.1.gz -man/man1/zshmisc.1.gz -man/man1/zshoptions.1.gz -man/man1/zshall.1.gz -man/man1/zshzle.1.gz -man/man1/zsh.1.gz -man/man1/zshbuiltins.1.gz -man/man1/zshparam.1.gz -- cgit v1.2.3