summaryrefslogtreecommitdiff
path: root/print/texlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/texlab/Makefile')
-rw-r--r--print/texlab/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/print/texlab/Makefile b/print/texlab/Makefile
index ce2b64ff71b..103c7051b39 100644
--- a/print/texlab/Makefile
+++ b/print/texlab/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/07/07 19:08:27 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/08/07 08:02:11 wiz Exp $
-DISTNAME= texlab-4.2.0
+DISTNAME= texlab-4.2.1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=latex-lsp/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -13,13 +13,11 @@ LICENSE= gnu-gpl-v3
.include "cargo-depends.mk"
USE_LANGUAGES= c c++ # Rust, but needs toolchain for linking
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/texlab \
${DESTDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/texlab.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"