From 53415a711440a4ccbee6102e610a20ae02c6ebac Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 5 Feb 2004 06:11:16 +0000 Subject: [PATCH] Use the correct pkg-message on recent versions of -CURRENT. Reported by: bento via kris --- lang/perl5.6/Makefile | 2 +- lang/perl5/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile index 7593c3f7e17d..415bc2b9e3a5 100644 --- a/lang/perl5.6/Makefile +++ b/lang/perl5.6/Makefile @@ -59,7 +59,7 @@ INCLUDEDIR= /usr/include .include -.if ${OSVERSION} >= 500043 +.if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100 PKGMESSAGE= ${PKGDIR}/.not-here .endif diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 7593c3f7e17d..415bc2b9e3a5 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -59,7 +59,7 @@ INCLUDEDIR= /usr/include .include -.if ${OSVERSION} >= 500043 +.if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100 PKGMESSAGE= ${PKGDIR}/.not-here .endif