From nobody  Sun Sep 27 13:44:47 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id NAA12911;
          Sun, 27 Sep 1998 13:44:47 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199809272044.NAA12911@hub.freebsd.org>
Date: Sun, 27 Sep 1998 13:44:47 -0700 (PDT)
From: mattp@conundrum.com
To: freebsd-gnats-submit@freebsd.org
Subject: p5-Curses port has broken makefile
X-Send-Pr-Version: www-1.0

>Number:         8065
>Category:       ports
>Synopsis:       p5-Curses port has broken makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 27 13:50:01 PDT 1998
>Closed-Date:    Fri Oct 9 20:17:34 PDT 1998
>Last-Modified:  Fri Oct  9 20:18:01 PDT 1998
>Originator:     Matthew Pounsett
>Release:        2.2.6-STABLE
>Organization:
>Environment:
FreeBSD flux.conundrum.com 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Wed May 13 23:10:30 EDT 1998     mattp@hub.conundrum.com:/usr/local/src/sys/compile/HUB  i386

>Description:
p5-Curese port uses:

do-configure:
                @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL


However, PERL5 is not defined.  Confirmed by changing above line echo ${PERL5}
to a file.
>How-To-Repeat:
type make. :)
>Fix:
Kludged a fix by putting
PERL5=/usr/local/bin/perl
at the top of the makefile.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri Oct 9 20:17:34 PDT 1998 
State-Changed-Why:  
You need to get an updated version of bsd.port.mk. 
>Unformatted:
