diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-07 15:28:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-07 15:28:49 +0000 |
commit | 7ac7b8cea59f44825e49a4bd32088ea66f9f0a34 (patch) | |
tree | eae0a3c619aa581c468f844fc4ed662ed76ea350 /shells/zsh-current | |
parent | d8c5ee91b32b58e2a22a64103cdb0c2a2d20126f (diff) | |
download | pkgsrc-7ac7b8cea59f44825e49a4bd32088ea66f9f0a34.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'shells/zsh-current')
-rw-r--r-- | shells/zsh-current/PLIST | 3 | ||||
-rw-r--r-- | shells/zsh-current/distinfo | 3 | ||||
-rw-r--r-- | shells/zsh-current/patches/patch-aa | 13 |
3 files changed, 3 insertions, 16 deletions
diff --git a/shells/zsh-current/PLIST b/shells/zsh-current/PLIST index 5ea6e537030..e250edabdb8 100644 --- a/shells/zsh-current/PLIST +++ b/shells/zsh-current/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 2006/03/18 01:02:21 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/07 15:28:50 jlam Exp $ bin/${PKGNAME} bin/zsh +info/zsh.info man/man1/zsh.1 man/man1/zshall.1 man/man1/zshbuiltins.1 diff --git a/shells/zsh-current/distinfo b/shells/zsh-current/distinfo index b6c45269816..407d64ec843 100644 --- a/shells/zsh-current/distinfo +++ b/shells/zsh-current/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.8 2006/03/11 13:20:15 uebayasi Exp $ +$NetBSD: distinfo,v 1.9 2006/04/07 15:28:50 jlam Exp $ SHA1 (zsh-4.3.2.tar.bz2) = a6dd50c7578812bdb30f4cb65c8ac280c86dbfc3 RMD160 (zsh-4.3.2.tar.bz2) = 2bb4431db21cffdb2da4751c0fdaeca5efd0b61e Size (zsh-4.3.2.tar.bz2) = 2263544 bytes -SHA1 (patch-aa) = b066925bacaf5bbeb0da2ab0863c4e93288fc3da SHA1 (patch-ab) = 6ffe8b8b82d04bb27c5e4fb43b75f7f8de64f7c9 SHA1 (patch-ac) = 95e15527e75685cbc140066efeec12127a4863ce SHA1 (patch-ae) = dbf50ba5bb5141ea4583c02963d7e114e402d022 diff --git a/shells/zsh-current/patches/patch-aa b/shells/zsh-current/patches/patch-aa deleted file mode 100644 index f0e44b906e4..00000000000 --- a/shells/zsh-current/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2006/03/11 13:20:15 uebayasi Exp $ - ---- Doc/Makefile.in.orig 2005-10-29 01:40:15.000000000 +0900 -+++ Doc/Makefile.in -@@ -37,7 +37,7 @@ INSTALL = @INSTALL@ - - @DEFS_MK@ - --MAKEINFO = makeinfo -+MAKEINFO = makeinfo --no-split - TEXI2DVI = texi2dvi - DVIPS = dvips - TEXI2HTML = texi2html --output . --ifinfo --split=chapter |