diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-05 03:21:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-05 03:21:31 +0800 |
commit | 6b900de4e15e406742ddac5c8883e88120d50400 (patch) | |
tree | 5c771b0087829a9ae3cf20fc027417289f0fec92 /lang | |
parent | 804a7057c024769ffb89a24dce3b0bfc3fd3b943 (diff) | |
download | freebsd-ports-gnome-6b900de4e15e406742ddac5c8883e88120d50400.tar.gz freebsd-ports-gnome-6b900de4e15e406742ddac5c8883e88120d50400.tar.zst freebsd-ports-gnome-6b900de4e15e406742ddac5c8883e88120d50400.zip |
Don't run use.perl port by default on recent versions of -CURRENT.
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 a69653039f61..7593c3f7e17d 100644 --- a/lang/perl5.6/Makefile +++ b/lang/perl5.6/Makefile @@ -168,7 +168,7 @@ post-install: ${BSDPAN_WRKSRC}/${file} ${BSDPAN_DEST}/${file} .endfor @(cd ${INCLUDEDIR} && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) -.if ${OSVERSION} < 500043 +.if ${OSVERSION} < 500043 || ${OSVERSION} > 502100 @fmt ${PKGMESSAGE} .else @${PREFIX}/bin/use.perl port diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index a69653039f61..7593c3f7e17d 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -168,7 +168,7 @@ post-install: ${BSDPAN_WRKSRC}/${file} ${BSDPAN_DEST}/${file} .endfor @(cd ${INCLUDEDIR} && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) -.if ${OSVERSION} < 500043 +.if ${OSVERSION} < 500043 || ${OSVERSION} > 502100 @fmt ${PKGMESSAGE} .else @${PREFIX}/bin/use.perl port |