Make sure that the path to "test" in ${TOOLS_DIR} is not embedded in

Config.pm.  Bump PKGREVISION.
This commit is contained in:
minskim 2005-06-30 13:07:39 +00:00
parent 0ebe4e908f
commit 4b5081ec4d

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.93 2005/06/24 06:43:45 jlam Exp $
# $NetBSD: Makefile,v 1.94 2005/06/30 13:07:39 minskim Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.bz2
.if empty(PERL5_SNAPSHOT) && empty(PERL5_RC_VERS)
DISTNAME= perl-${PERL5_VERS}
PKGNAME= perl-${PERL5_VERS}
PKGREVISION= 4
PKGREVISION= 5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/,}
.else
. if !empty(PERL5_SNAPSHOT)
@ -95,10 +95,11 @@ USE_TOOLS+= gmake
# Perl embeds the full paths to the following tools in several installed
# files, so make sure the paths to the ones in ${TOOLS_DIR} aren't used.
#
USE_TOOLS+= hostname ln sed
USE_TOOLS+= hostname ln sed test
CONFIGURE_ARGS+= -Daphostname=${TOOLS_HOSTNAME_CMD:Q}
CONFIGURE_ARGS+= -Dln=${TOOLS_LN:Q}
CONFIGURE_ARGS+= -Dsed=${TOOLS_SED:Q}
CONFIGURE_ARGS+= -Dissymlink=${TOOLS_TEST:Q}
# Nail down the needed libraries for each platform here to avoid hidden
# dependencies. If this isn't defined, then use the perl defaults for the