From 014904087488c4890b0466e1f2c16eb8fc8240cb Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 30 Jun 2005 17:24:49 +0000 Subject: Use "test -h", instead of "test", to test symlinks. This should have been committed with the previous change. Noted by jlam@. Bump PKGREVISION. --- lang/perl5/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang') diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 7a5c1d6d516..054c7ee466d 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2005/06/30 13:07:39 minskim Exp $ +# $NetBSD: Makefile,v 1.95 2005/06/30 17:24:49 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= 5 +PKGREVISION= 6 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/,} .else . if !empty(PERL5_SNAPSHOT) @@ -99,7 +99,7 @@ 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} +CONFIGURE_ARGS+= -Dissymlink="${TOOLS_TEST} -h" # 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 -- cgit v1.2.3