summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-06-30 17:24:49 +0000
committerminskim <minskim@pkgsrc.org>2005-06-30 17:24:49 +0000
commit5a81300c39810c041728dbdb6fbd3583ff66f3b9 (patch)
tree454ac3080ec86866d85e0b77ab312cfc41acc41f /lang/perl5
parentdcaa483d26743a197653be40491c2db0651a4133 (diff)
downloadpkgsrc-5a81300c39810c041728dbdb6fbd3583ff66f3b9.tar.gz
Use "test -h", instead of "test", to test symlinks. This should have
been committed with the previous change. Noted by jlam@. Bump PKGREVISION.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile6
1 files changed, 3 insertions, 3 deletions
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