Bump revision since the linking changed on DragonFly. Suggested by
jlam@.
This commit is contained in:
parent
9ee8417381
commit
07dbbd3e81
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue