diff options
author | seb <seb@pkgsrc.org> | 2003-08-05 13:44:09 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-05 13:44:09 +0000 |
commit | c8e984496456af968623a0ea0283988b0efca255 (patch) | |
tree | 562f76759de797713d70b2448ccfcd22788cd752 | |
parent | 15d0f250e6576b164ede6b20786ffc1020a65278 (diff) | |
download | pkgsrc-c8e984496456af968623a0ea0283988b0efca255.tar.gz |
Convert to USE_NEW_TEXINFO.
-rw-r--r-- | shells/zsh3/Makefile | 6 | ||||
-rw-r--r-- | shells/zsh3/PLIST | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/shells/zsh3/Makefile b/shells/zsh3/Makefile index 980e4c638e7..219e2278a01 100644 --- a/shells/zsh3/Makefile +++ b/shells/zsh3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:53:24 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/08/05 13:44:09 seb Exp $ DISTNAME= zsh-3.0.8 CATEGORIES= shells @@ -13,8 +13,9 @@ HOMEPAGE= http://sunsite.dk/zsh/ COMMENT= The Z shell GNU_CONFIGURE= yes +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= zsh.info -TEXINFO_OVERRIDE= YES USE_BUILDLINK2= YES USE_PKGINSTALL= YES @@ -26,5 +27,4 @@ LDFLAGS+= -static PKG_SHELL= ${PREFIX}/bin/zsh -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/shells/zsh3/PLIST b/shells/zsh3/PLIST index a39698b2466..741dace1b8b 100644 --- a/shells/zsh3/PLIST +++ b/shells/zsh3/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2002/11/17 09:02:02 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/05 13:44:10 seb Exp $ bin/zsh 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 |