diff options
author | agc <agc> | 1998-04-22 11:05:01 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-22 11:05:01 +0000 |
commit | e09c1537bf733bbc3a53f925aeeaca53451caeed (patch) | |
tree | 7c704a40be51eaf840514a005b30e0743cf59645 /shells | |
parent | ac56527150123346e534f3f675b991e082642a3d (diff) | |
download | pkgsrc-e09c1537bf733bbc3a53f925aeeaca53451caeed.tar.gz |
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 4b83365a492..ac2caa596d9 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:33 frueauf Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/22 11:05:04 agc Exp $ # FreeBSD Id: Makefile,v 1.26 1997/09/26 08:23:14 torstenb Exp # @@ -19,7 +19,7 @@ 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_FILES= zsh.info # If you want to build a static binary, uncomment the following line #LDFLAGS+=-static |