svn commit: r324667 - in head/Mk: . Uses

Mathieu Arnold mat at FreeBSD.org
Tue Aug 13 13:45:17 UTC 2013


Author: mat
Date: Tue Aug 13 13:45:16 2013
New Revision: 324667
URL: http://svnweb.freebsd.org/changeset/ports/324667

Log:
  And actually allow people to continue using ports.
  
  Submitted by:	az

Modified:
  head/Mk/Uses/perl5.mk
  head/Mk/bsd.perl.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Tue Aug 13 13:40:46 2013	(r324666)
+++ head/Mk/Uses/perl5.mk	Tue Aug 13 13:45:16 2013	(r324667)
@@ -70,7 +70,7 @@ PERL_ARCH?=		mach
 # as "ports/lang: not found"
 .if    ${PERL_LEVEL} >= 501800
 PERL_PORT?=	perl5.18
-.if    ${PERL_LEVEL} >= 501600
+.elif    ${PERL_LEVEL} >= 501600
 PERL_PORT?=	perl5.16
 .elif  ${PERL_LEVEL} >= 501400
 PERL_PORT?=	perl5.14

Modified: head/Mk/bsd.perl.mk
==============================================================================
--- head/Mk/bsd.perl.mk	Tue Aug 13 13:40:46 2013	(r324666)
+++ head/Mk/bsd.perl.mk	Tue Aug 13 13:45:16 2013	(r324667)
@@ -77,7 +77,7 @@ PERL_ARCH?=		mach
 # as "ports/lang: not found"
 .if    ${PERL_LEVEL} >= 501800
 PERL_PORT?=	perl5.18
-.if    ${PERL_LEVEL} >= 501600
+.elif    ${PERL_LEVEL} >= 501600
 PERL_PORT?=	perl5.16
 .elif  ${PERL_LEVEL} >= 501400
 PERL_PORT?=	perl5.14


More information about the svn-ports-head mailing list