diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-30 13:07:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-30 13:07:39 +0000 |
commit | 4b5081ec4d676af68a20673c30b01c9d4db42d78 (patch) | |
tree | 35a552b04115808646331dfcd522179728808b6a /lang/perl5/Makefile | |
parent | 0ebe4e908f793b605d43021265f346922905b391 (diff) | |
download | pkgsrc-4b5081ec4d676af68a20673c30b01c9d4db42d78.tar.gz |
Make sure that the path to "test" in ${TOOLS_DIR} is not embedded in
Config.pm. Bump PKGREVISION.
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index a585b938988..7a5c1d6d516 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -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 |