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 | |
parent | Run use.perl port by default from the port as well as the package. (diff) |
Don't run use.perl port by default on recent versions of -CURRENT.
Notes
Notes:
svn path=/head/; revision=99995
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |