aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Include
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-11-02 18:38:12 +0800
committerleeym <leeym@FreeBSD.org>2004-11-02 18:38:12 +0800
commit864f9847862805df504f56ec181d58eeaf37ab11 (patch)
tree932a1d1ed252807bf0093831d9eb2ff8d53443e4 /devel/p5-Include
parent894962b48c089f91d41a8d20da33097d730012b5 (diff)
downloadfreebsd-ports-gnome-864f9847862805df504f56ec181d58eeaf37ab11.tar.gz
freebsd-ports-gnome-864f9847862805df504f56ec181d58eeaf37ab11.tar.zst
freebsd-ports-gnome-864f9847862805df504f56ec181d58eeaf37ab11.zip
- fix build problem in perl-5.8.0 or above.
Diffstat (limited to 'devel/p5-Include')
-rw-r--r--devel/p5-Include/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile
index 71a18a8a5283..4c62902ea496 100644
--- a/devel/p5-Include/Makefile
+++ b/devel/p5-Include/Makefile
@@ -21,8 +21,11 @@ MAN3= Include.3
.include <bsd.port.pre.mk>
+post-build:
.if ${PERL_LEVEL} > 500800
-BROKEN= Does not install
+ @${CP} ${WRKSRC}/Include.pm ${WRKSRC}/blib/lib
+ @${MKDIR} ${WRKSRC}/blib/man3
+ @pod2man ${WRKSRC}/Include.pm > ${WRKSRC}/blib/man3/Include.3
.endif
.include <bsd.port.post.mk>