diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-05 14:11:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-05 14:11:16 +0800 |
commit | 6ed447569fb93bc8d74263ac9f86c04510948b6a (patch) | |
tree | fc0effc944aa962a13b9a121a23bb17da289543e /lang | |
parent | 0fdd4b99f3c6907038d2b4812adba767829566e3 (diff) | |
download | freebsd-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')
-rw-r--r-- | lang/perl5.6/Makefile | 2 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> -.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 <bsd.port.pre.mk> -.if ${OSVERSION} >= 500043 +.if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100 PKGMESSAGE= ${PKGDIR}/.not-here .endif |