Skip site navigation (1)Skip section navigation (2)
Date:      2 May 2002 16:07:05 -0000
From:      Joe Kelsey <joek@mail.flyingcroc.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37670: shells/ksh93 installs man page in $(PREFIX) instead of $(MANPREFIX)
Message-ID:  <20020502160705.17872.qmail@unx48.staff.flyingcroc.net>

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

>Number:         37670
>Category:       ports
>Synopsis:       shells/ksh93 installs man page in $(PREFIX) instead of $(MANPREFIX)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 02 09:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joe Kelsey
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD unx48.staff.flyingcroc.net 4.5-STABLE FreeBSD 4.5-STABLE #6: Mon Mar 4 08:38:11 PST 2002 joek@unx48.staff.flyingcroc.net:/usr/obj/usr/src/sys/UNX48 i386


>Description:
	shells/ksh93/Makefile installs ksh93.1 in $(PREFIX).  It should
	instead use $(MANPREFIX) to allow the man page to be placed
	correctly.
>How-To-Repeat:
	Try to install ksh93 in /bin with man pages in /usr/shared.
>Fix:

--- Makefile.orig	Thu May  2 09:04:36 2002
+++ Makefile	Thu May  2 08:43:59 2002
@@ -32,7 +32,7 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/arch/freebsd.${ARCH}/bin/ksh \
 	    ${PREFIX}/bin/ksh93
 	${INSTALL_MAN} ${WRKSRC}/arch/freebsd.${ARCH}/man/man1/sh.1 \
-	    ${PREFIX}/man/man1/ksh93.1
+	    ${MANPREFIX}/man/man1/ksh93.1
 
 post-install:
 	@${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?20020502160705.17872.qmail>