Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 1999 20:00:29 -0400
From:      Brandon Fosdick <bfoz@glue.umd.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12368: Pilot-link installs to ${PREFIX} = ${LOCALBASE}/pilot
Message-ID:  <3771751D.7547D5F1@glue.umd.edu>

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

>Number:         12368
>Category:       ports
>Synopsis:       Pilot-link installs to ${PREFIX} = ${LOCALBASE}/pilot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 23 17:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Brandon Fosdick
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
None
>Environment:

	All

>Description:

	The port pilot-link Makefile seted ${PREFIX} = ${LOCALBASE}/pilot.
This causes the binaries, man pages, etc... to be installed in the wrong
place.
i.e. It doesn't work.

>How-To-Repeat:


>Fix:

Following change to pilot-link/Makefile:
	
18c18
< PREFIX=		${LOCALBASE}/pilot
---
> PREFIX=		${LOCALBASE}

>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?3771751D.7547D5F1>