summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-10-10 17:33:15 +0000
committerjoerg <joerg@pkgsrc.org>2005-10-10 17:33:15 +0000
commit07dbbd3e814af8c8940fba808e5fb1b45fa4a5f8 (patch)
treec2c9e4abb0f3ded2e66210bd16363861ea7bb568 /lang/perl5
parent9ee84173815d0706c251f438e0f4c92313ee0c38 (diff)
downloadpkgsrc-07dbbd3e814af8c8940fba808e5fb1b45fa4a5f8.tar.gz
Bump revision since the linking changed on DragonFly. Suggested by
jlam@.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index b0ca6a8e4bc..878f51b490a 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2005/10/05 13:29:50 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2005/10/10 17:33:15 joerg Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
.if empty(PERL5_SNAPSHOT) && empty(PERL5_RC_VERS)
DISTNAME= perl-${PERL5_VERS}
PKGNAME= perl-${PERL5_VERS}
-PKGREVISION= 3
+PKGREVISION= 4
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/,}
.else
. if !empty(PERL5_SNAPSHOT)