From owner-freebsd-ports Fri Sep 22 5: 7:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 5FE7D37B42C; Fri, 22 Sep 2000 05:07:33 -0700 (PDT) Received: by puck.firepipe.net (Postfix, from userid 1000) id 9ECAB1A25; Fri, 22 Sep 2000 07:03:17 -0500 (EST) Date: Fri, 22 Sep 2000 07:03:17 -0500 From: Will Andrews To: Ade Lovett Cc: asami@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Cleaning up use of site_perl directories in Makefiles Message-ID: <20000922070317.E3094@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Ade Lovett , asami@FreeBSD.ORG, ports@FreeBSD.ORG References: <20000921125700.S61840@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000921125700.S61840@FreeBSD.org>; from ade@FreeBSD.ORG on Thu, Sep 21, 2000 at 12:57:00PM -0500 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Sep 21, 2000 at 12:57:00PM -0500, Ade Lovett wrote: > further along down the line, it may be advisable to have a bsd.perl.mk Having touched a large number of p5-* ports, I can safely say I know quite a number of things that are common amongst perl ports and could be consolidated in a bsd.perl.mk. > =================================================================== > RCS file: /home/src/FreeBSD/ports/Mk/bsd.port.mk,v > retrieving revision 1.350 > diff -u -r1.350 bsd.port.mk > --- bsd.port.mk 2000/09/13 07:16:49 1.350 > +++ bsd.port.mk 2000/09/21 17:51:47 > @@ -854,6 +854,10 @@ > PERL_VER=${PERL_VER} \ > PERL_ARCH=${PERL_ARCH} > > +PERL_BASE?= ${LOCALBASE} > +PERL_SITE= ${PERL_BASE}/lib/perl5/site_perl/${PERL_VER} > +PERL_SITE_ARCH= ${PERL_SITE}/${PERL_ARCH} > + > .if exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 > # 3.0-current after perl5 import > .if !exists(/usr/bin/perl${PERL_VERSION}) && defined(USE_PERL5) This is fine for the interim. -- Will Andrews GCS/E/S @d- s+:+ a--- C++ UB++++$ P+ L- E--- W+ N-- !o ?K w--- O- M+ V- PS+ PE++ Y+ PGP+>+++ t++ 5 X+ R+ tv+ b++ DI+++ D+ G++ e>++++ h! r- y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message