diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 19:20:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 19:20:40 +0000 |
commit | 24dd9dbacc9500c24022e10fa1fcc9e6048e0971 (patch) | |
tree | 445ffb32aa27c6e128a50fc4572437b23de56d66 /lang/perl5.8 | |
parent | Don't run use.perl port by default on recent versions of -CURRENT. (diff) |
Run use.perl port by default from the port as well as the package.
Diffstat (limited to 'lang/perl5.8')
-rw-r--r-- | lang/perl5.8/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile index 118df8030480..9d1439e45de9 100644 --- a/lang/perl5.8/Makefile +++ b/lang/perl5.8/Makefile @@ -237,6 +237,10 @@ post-install: .endfor @(cd ${INCLUDEDIR} && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) ${MKDIR} ${SITE_PERL}/${PERL_ARCH}/auto +.if ${OSVERSION} < 502100 @fmt ${PKGMESSAGE} +.else + @${PREFIX}/bin/use.perl port +.endif .include <bsd.port.post.mk> |