diff options
Diffstat (limited to 'textproc/bib2html')
-rw-r--r-- | textproc/bib2html/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/bib2html/Makefile b/textproc/bib2html/Makefile index db6f406..4e9cc5b 100644 --- a/textproc/bib2html/Makefile +++ b/textproc/bib2html/Makefile @@ -22,6 +22,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src PLIST_FILES= bin/bib2html +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 500800 +BROKEN= "Does not install" +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%SITE_PERL%%|${SITE_PERL}|" ${WRKSRC}/bib2html.pl @@ -33,4 +39,4 @@ do-install: @${FIND} ${SITE_PERL}/Bib2HTML -type d | ${SORT} -r | \ ${SED} "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |