Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 1999 16:41:20 -0700
From:      Bill Fenner <fenner@research.att.com>
To:        asami@cs.berkeley.edu
Cc:        markm@freebsd.org, ports@freebsd.org
Subject:   Re: perl and /usr/local/lib/perl5
Message-ID:  <199909152341.QAA10028@windsor.research.att.com>

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

Well, you can build stuff to live elsewhere by doing
"perl Makefile.PL PREFIX=/some/where/else" at port configure time,
but people have to make sure to set PERLINC to /some/where/else/lib
for the system perl to look there.

Also note that ExtUtils::MakeMaker is somewhat broken for the default
install and somewhat more broken for the FreeBSD-style installation.
This brokenness exposes itself more when you use features like
PREFIX= or LIB= so you may be opening a can of worms.  (Of course,
someone should fix MakeMaker anyway, but...)

Satoshi, what Mark really meant to say was "perldoc ExtUtils::MakeMaker"
to learn more.

  Bill


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?199909152341.QAA10028>