diff options
author | seb <seb@pkgsrc.org> | 2003-08-05 13:37:51 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-05 13:37:51 +0000 |
commit | eabf61684c7ccb3dbadc4b1e5b9640bfd9432114 (patch) | |
tree | dfbd0b5a398984b1c4717069734daa81f3c626f0 /shells/zsh/PLIST | |
parent | 0f04a46f8663c715fc0fe9988411b795cdd7d9cc (diff) | |
download | pkgsrc-eabf61684c7ccb3dbadc4b1e5b9640bfd9432114.tar.gz |
Convert to USE_NEW_TEXINFO.
Use INSTALL_TARGET to install info files: this gives a proper
environment for USE_NEW_TEXINFO framework to work.
Fix makeinfo invocation for zsh-current via patch file so that
only _one_ info file is generated as PLIST seems to want it.
Diffstat (limited to 'shells/zsh/PLIST')
-rw-r--r-- | shells/zsh/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/zsh/PLIST b/shells/zsh/PLIST index 80464648707..3a9ffb186d1 100644 --- a/shells/zsh/PLIST +++ b/shells/zsh/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.8 2003/06/20 05:59:02 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.9 2003/08/05 13:37:51 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/zsh.1 man/man1/zshall.1 man/man1/zshbuiltins.1 |