diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 05:34:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 05:34:38 +0800 |
commit | b87d7b44f985119c077248905d91c2fbdf87209a (patch) | |
tree | 803845756d62f8e8dbc075b768f6e4190ae38d44 /textproc | |
parent | a31bb72c7f5d40428221018630b231e615fa801c (diff) | |
download | freebsd-ports-gnome-b87d7b44f985119c077248905d91c2fbdf87209a.tar.gz freebsd-ports-gnome-b87d7b44f985119c077248905d91c2fbdf87209a.tar.zst freebsd-ports-gnome-b87d7b44f985119c077248905d91c2fbdf87209a.zip |
BROKEN with perl 5.8: does not install
Diffstat (limited to 'textproc')
-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 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> |