aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-05 14:11:16 +0800
committermarcus <marcus@FreeBSD.org>2004-02-05 14:11:16 +0800
commit6ed447569fb93bc8d74263ac9f86c04510948b6a (patch)
treefc0effc944aa962a13b9a121a23bb17da289543e /lang/perl5
parent0fdd4b99f3c6907038d2b4812adba767829566e3 (diff)
downloadfreebsd-ports-gnome-6ed447569fb93bc8d74263ac9f86c04510948b6a.tar.gz
freebsd-ports-gnome-6ed447569fb93bc8d74263ac9f86c04510948b6a.tar.zst
freebsd-ports-gnome-6ed447569fb93bc8d74263ac9f86c04510948b6a.zip
Use the correct pkg-message on recent versions of -CURRENT.
Reported by: bento via kris
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500043
+.if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100
PKGMESSAGE= ${PKGDIR}/.not-here
.endif