diff options
-rw-r--r-- | shells/zsh/Makefile.common | 3 | ||||
-rw-r--r-- | shells/zsh/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 65e149a0861..004766cab94 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.8 2004/03/28 10:30:13 recht Exp $ +# $NetBSD: Makefile.common,v 1.9 2004/03/30 16:09:56 minskim Exp $ DISTNAME= zsh-${ZSH_VERSION} +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ftp://sunsite.dk/pub/unix/shells/zsh/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ diff --git a/shells/zsh/PLIST b/shells/zsh/PLIST index aae9d8ccc5a..36d96a900ed 100644 --- a/shells/zsh/PLIST +++ b/shells/zsh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2004/03/28 10:30:13 recht Exp $ +@comment $NetBSD: PLIST,v 1.13 2004/03/30 16:09:56 minskim Exp $ bin/zsh bin/${PKGNAME} man/man1/zsh.1 @@ -13,6 +13,7 @@ man/man1/zshmisc.1 man/man1/zshmodules.1 man/man1/zshoptions.1 man/man1/zshparam.1 +man/man1/zshtcpsys.1 man/man1/zshzftpsys.1 man/man1/zshzle.1 share/doc/zsh/BUGS |