aboutsummaryrefslogtreecommitdiff
path: root/textproc/bib2html
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-15 21:34:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-15 21:34:38 +0000
commit6c8d5e017de621040d1e8d1160fa6aa4e26521e2 (patch)
tree77f475053d840737b470301d2075b629f673927d /textproc/bib2html
parentedbbbcbcd66565ec119acbcc383a6d68f6bb4193 (diff)
downloadports-6c8d5e017de621040d1e8d1160fa6aa4e26521e2.tar.gz
ports-6c8d5e017de621040d1e8d1160fa6aa4e26521e2.zip
BROKEN with perl 5.8: does not install
Notes
Notes: svn path=/head/; revision=100991
Diffstat (limited to 'textproc/bib2html')
-rw-r--r--textproc/bib2html/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/bib2html/Makefile b/textproc/bib2html/Makefile
index db6f4068fb11..4e9cc5b5de11 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>