diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 11:33:31 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 22:53:31 +0000 |
commit | 159938f439dd5c9ba99fd5e07a8a785ce8011898 (patch) | |
tree | 98496a591fda7cc24427f2712015ec0e115cb0ba /textproc | |
parent | 8a6eea18276c7b12fe62a87013a361514c7ae7e5 (diff) | |
download | ports-159938f439dd5c9ba99fd5e07a8a785ce8011898.tar.gz ports-159938f439dd5c9ba99fd5e07a8a785ce8011898.zip |
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bibtool/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/bibtool/Makefile b/textproc/bibtool/Makefile index 60bfe1dc58b2..b0e484f54ddf 100644 --- a/textproc/bibtool/Makefile +++ b/textproc/bibtool/Makefile @@ -10,18 +10,22 @@ WWW= https://ctan.org/tex-archive/biblio/bibtex/utils/bibtool/ LICENSE= GPLv2+ +DEPRECATED= BROKEN for more than an year +EXPIRATION_DATE= 2023-11-30 BROKEN= does not build: Failed to load "fontloader" module "basics-gen" USES= tex USE_TEX= latex:build luatex:build + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-kpathsea CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -WRKSRC= ${WRKDIR}/BibTool MAKEFILE= makefile INSTALL_TARGET= install install.man +WRKSRC= ${WRKDIR}/BibTool + PORTDOCS= bibtool.pdf ref_card.pdf c_lib.pdf OPTIONS_DEFINE= DOCS @@ -32,7 +36,7 @@ post-patch: post-build: cd ${WRKSRC} && ${MAKE} doc && ${MAKE} doc -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} |