Date: Sun, 17 Oct 1999 16:20:58 -0400 (EDT) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/14377: [PATCH] shells/zsh - fix zshall(1) Message-ID: <199910172020.QAA27892@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 14377 >Category: ports >Synopsis: [PATCH] shells/zsh - 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:01 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 port. >Fix: diff -urN zsh/Makefile zsh.new/Makefile --- zsh/Makefile Sun Oct 17 16:04:15 1999 +++ zsh.new/Makefile Sun Oct 17 16:04:48 1999 @@ -28,6 +28,7 @@ #CONFIGURE_ENV+= "LDFLAGS=-static" post-install: + @man zshall > /dev/null @install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak >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?199910172020.QAA27892>