diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 19:21:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 19:21:31 +0000 |
commit | 77789c2033b9b0447886b149559480b5a285187c (patch) | |
tree | dbf525c7e18e3f3692c5592838b7a4037ccc2a6f /lang/perl5.6 | |
parent | 24dd9dbacc9500c24022e10fa1fcc9e6048e0971 (diff) | |
download | ports-77789c2033b9b0447886b149559480b5a285187c.tar.gz ports-77789c2033b9b0447886b149559480b5a285187c.zip |
Notes
Diffstat (limited to 'lang/perl5.6')
-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 |