Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 1998 11:57:04 -0700 (PDT)
From:      dima@best.net (Dima Ruban)
To:        max@wide.ad.jp (Masafumi =?us-ascii?Q?NAKANE=2F=3D=3Fiso=2D2022=2Djp=3FB=3FGyRCQ2Y6LDJ?= =?us-ascii?Q?tSjgbKEI=3D=3F=3D?=)
Cc:        hoek@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, max@wide.ad.jp
Subject:   Re: cvs commit: ports/net/mirror Makefile
Message-ID:  <199808161857.LAA27683@burka.rdy.com>
In-Reply-To: <19980817034517S.masafumi@aslm.rim.or.jp> from =?us-ascii?Q?Masafumi_NAKANE=2F=3D=3Fiso=2D2022=2Djp=3FB=3FGy?= =?us-ascii?Q?RCQ2Y6LDJtSjgbKEI=3D=3F=3D?= at "Aug 17, 1998  3:45:17 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= writes:
>      > hoek        1998/08/15 17:54:40 PDT
>      > Modified files:
>      > net/mirror           Makefile 
>      > Log:
>      > RUN_DEPEND on perl5, not perl5.500404.
>   
> Is there any reason why we don&t just define USE_PERL5 instead of
> defining RUN_DEPENDS on perl5?

I think, we should have something like:
PERL5?=	${PREFIX}/bin/perl${PERL_VERSION}
in bsd.port.mk and

use ${PERL5} instead of ${PREFIX}/bin/perl in all the Makefiles.

For example ports/security/p5-Crypt-DES/Makefile do-configure will look like:
do-configure:
                @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

(Sorry, I'm describing a totally different problem which doesn't exactly
have anything to do with the current subject)

> 
>      Cheers,
> Max
> 

-- dima



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808161857.LAA27683>