diff options
author | agc <agc> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-22 12:58:33 +0000 |
commit | 1a6a93321fe1d40fda5870867057a31a14f3e39a (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /shells/zsh | |
parent | aa44a9a00bf8102d4cbba7e7d709ae21e218fc7f (diff) | |
download | pkgsrc-1a6a93321fe1d40fda5870867057a31a14f3e39a.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index a532de63d91..5f8ee27016e 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/05/09 15:24:45 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/22 13:07:50 agc Exp $ # FreeBSD Id: Makefile,v 1.26 1997/09/26 08:23:14 torstenb Exp # @@ -16,8 +16,6 @@ MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes -MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ - zshoptions.1 zshall.1 zshparam.1 zshzle.1 INFO_FILES= zsh.info # If you want to build a static binary, uncomment the following line |