From 6ed447569fb93bc8d74263ac9f86c04510948b6a Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 5 Feb 2004 06:11:16 +0000 Subject: Use the correct pkg-message on recent versions of -CURRENT. Reported by: bento via kris --- lang/perl5.6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/perl5.6') 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 -- cgit