Date: 3 Feb 2006 01:16:05 -0000 From: Joe Kelsey <joe@zircon.seattle.wa.us> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92754: ports/ksh93 fix install errors Message-ID: <20060203011605.28204.qmail@zircon.seattle.wa.us> Resent-Message-ID: <200602030120.k131K204025178@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92754 >Category: ports >Synopsis: ports/ksh93 fix install errors >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 03 01:20:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Joe Kelsey >Release: FreeBSD 5.4-STABLE i386 >Organization: Joseph M. Kelsey >Environment: System: FreeBSD zircon.zircon.seattle.wa.us 5.4-STABLE FreeBSD 5.4-STABLE #29: Wed Jan 11 21:44:31 PST 2006 root@zircon.zircon.seattle.wa.us:/usr/obj/usr/src/sys/ZIRCON i386 >Description: package maintainers changed arch directory naming, adding system version number. >How-To-Repeat: Try to install latest release. >Fix: --- Makefile Tue Jan 31 07:07:06 2006 +++ Makefile.new Thu Feb 2 16:55:01 2006 @@ -27,7 +27,7 @@ .endif MAN1= ksh93.1 -INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH} +INSTALLROOT= ${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH} .include <bsd.port.pre.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060203011605.28204.qmail>