aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Include
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-11-02 10:38:12 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-11-02 10:38:12 +0000
commitfb13d11101da7a1357b5f7f4607729fc1ddf8b6f (patch)
tree07ea5a1bd60f98e886c5f52c1a1b7d6a046bd982 /devel/p5-Include
parentf0c4bac25eec47d4fcb4534e5ad2a67536254f10 (diff)
downloadports-fb13d11101da7a1357b5f7f4607729fc1ddf8b6f.tar.gz
ports-fb13d11101da7a1357b5f7f4607729fc1ddf8b6f.zip
- fix build problem in perl-5.8.0 or above.
Notes
Notes: svn path=/head/; revision=120638
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>