diff options
Diffstat (limited to 'lang/perl5.6/Makefile')
-rw-r--r-- | lang/perl5.6/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |