diff options
author | minskim <minskim> | 2004-03-30 16:09:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-30 16:09:56 +0000 |
commit | 290e77e1521231a90c7bebe8f4852d10ea3f03d2 (patch) | |
tree | 5092745f1f135cb42f09c0a4d97f2386a14d6b94 /shells/zsh | |
parent | b4837ead19ebcc70f04ac1d6658fcc5758ed7a49 (diff) | |
download | pkgsrc-290e77e1521231a90c7bebe8f4852d10ea3f03d2.tar.gz |
Add a missing file to PLIST. Noted by Kouichirou Hiratsuka in PR pkg/24976.
Bump PKGREVISION.
Diffstat (limited to 'shells/zsh')
-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 |