1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

BROKEN with perl 5.8: does not install

This commit is contained in:
Kris Kennaway 2004-02-15 21:34:38 +00:00
parent edbbbcbcd6
commit 6c8d5e017d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100991

View File

@ -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>