diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-15 21:34:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-15 21:34:38 +0000 |
commit | 6c8d5e017de621040d1e8d1160fa6aa4e26521e2 (patch) | |
tree | 77f475053d840737b470301d2075b629f673927d /textproc/bib2html | |
parent | edbbbcbcd66565ec119acbcc383a6d68f6bb4193 (diff) | |
download | ports-6c8d5e017de621040d1e8d1160fa6aa4e26521e2.tar.gz ports-6c8d5e017de621040d1e8d1160fa6aa4e26521e2.zip |
Notes
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 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> |