From nobody  Sun Jul 20 03:45:17 1997
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.5/8.8.5) id DAA10901;
          Sun, 20 Jul 1997 03:45:17 -0700 (PDT)
Message-Id: <199707201045.DAA10901@hub.freebsd.org>
Date: Sun, 20 Jul 1997 03:45:17 -0700 (PDT)
From: wes@bogon.net
To: freebsd-gnats-submit@freebsd.org
Subject: TCP Wrapper port doesn't respect ${PREFIX}
X-Send-Pr-Version: www-1.0

>Number:         4125
>Category:       ports
>Synopsis:       TCP Wrapper port doesn't respect ${PREFIX}
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 20 03:50:02 PDT 1997
>Closed-Date:    Mon Jul 21 07:21:55 PDT 1997
>Last-Modified:  Mon Jul 21 07:23:15 PDT 1997
>Originator:     Wes Santee
>Release:        2.2-STABLE
>Organization:
N/A
>Environment:
N/A
>Description:
Building and installing tcp_wrappers-7.6 port with
PREFIX=/not/usr/local still tries to install to /usr/local
>How-To-Repeat:
cd /usr/ports/security/tcp_wrapper ; make PREFIX=/not/usr/local ;
make install
>Fix:
Remove local definition of PREFIX in work/tcp_wrappers_7.6/Makefile
after patching
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: max 
State-Changed-When: Mon Jul 21 07:21:55 PDT 1997 
State-Changed-Why:  
I fixed the problem by changing PREFIX=/usr/local to PREFIX?=/usr/local  
in the patch to Makefile (patch-aa). 
>Unformatted:
