summaryrefslogtreecommitdiff
path: root/lang/perl5.8
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 19:20:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 19:20:40 +0000
commit24dd9dbacc9500c24022e10fa1fcc9e6048e0971 (patch)
tree445ffb32aa27c6e128a50fc4572437b23de56d66 /lang/perl5.8
parentDon'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/Makefile4
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>