Bump revision since the linking changed on DragonFly. Suggested by

jlam@.
This commit is contained in:
joerg 2005-10-10 17:33:15 +00:00
parent 9ee8417381
commit 07dbbd3e81

View file

@ -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 # The following two variables should have empty values unless we're
# building a perl snapshot or release candidate. # building a perl snapshot or release candidate.
@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
.if empty(PERL5_SNAPSHOT) && empty(PERL5_RC_VERS) .if empty(PERL5_SNAPSHOT) && empty(PERL5_RC_VERS)
DISTNAME= perl-${PERL5_VERS} DISTNAME= perl-${PERL5_VERS}
PKGNAME= perl-${PERL5_VERS} PKGNAME= perl-${PERL5_VERS}
PKGREVISION= 3 PKGREVISION= 4
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/,} MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/,}
.else .else
. if !empty(PERL5_SNAPSHOT) . if !empty(PERL5_SNAPSHOT)