Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 1999 16:21:04 -0400 (EDT)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/14376: [PATCH] shells/zsh-devel - fix zshall(1)
Message-ID:  <199910172021.QAA27984@shadow.blackdawn.com>

next in thread | raw e-mail | index | archive | help

>Number:         14376
>Category:       ports
>Synopsis:       [PATCH] shells/zsh-devel - fix zshall(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 17 13:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
none
>Environment:

FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct  4 19:40:23 EDT 1999     root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW  i386

>Description:

suggested-by: Dan Nelson <dnelson@emsphone.com>

This patch fixes the zshall(1) manpage. (It may not be obvious by this
e-mail, but I am jumping up and down for joy.)

>How-To-Repeat:

Apply the patch to the current zsh-devel port.

>Fix:

diff -urN zsh-devel/Makefile zsh-devel.new/Makefile
--- zsh-devel/Makefile	Sun Oct 17 16:01:07 1999
+++ zsh-devel.new/Makefile	Sun Oct 17 15:43:44 1999
@@ -27,6 +27,7 @@
 #LDFLAGS+=-static
 
 post-install:
+	@man zshall > /dev/null
 	@${INSTALL_DATA} ${WRKSRC}/Doc/zsh.info ${PREFIX}/info
 	@install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir
 	@${ECHO} "Updating /etc/shells"

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910172021.QAA27984>