From owner-freebsd-ports Wed Sep 15 16:41:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id B563214A2C; Wed, 15 Sep 1999 16:41:22 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 949A64CE26; Wed, 15 Sep 1999 19:41:21 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id TAA19863; Wed, 15 Sep 1999 19:41:20 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id QAA10028; Wed, 15 Sep 1999 16:41:20 -0700 (PDT) Message-Id: <199909152341.QAA10028@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: asami@cs.berkeley.edu Subject: Re: perl and /usr/local/lib/perl5 Cc: markm@freebsd.org, ports@freebsd.org Date: Wed, 15 Sep 1999 16:41:20 -0700 Versions: dmail (solaris) 2.2e/makemail 2.8u Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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