git: 12a21ef1d024 - main - textproc/typst: Minor cleanup in Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jun 2023 03:15:08 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=12a21ef1d02493ad5f4332458dcd3e0673e8bced commit 12a21ef1d02493ad5f4332458dcd3e0673e8bced Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-06-13 03:14:19 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-06-13 03:14:19 +0000 textproc/typst: Minor cleanup in Makefile --- textproc/typst/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile index c2bba165192f..32fd7647d70c 100644 --- a/textproc/typst/Makefile +++ b/textproc/typst/Makefile @@ -2,8 +2,6 @@ PORTNAME= typst DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 CATEGORIES= textproc -#MASTER_SITES= https://github.com/typst/svg2pdf/blob/35f4bb87fb677473661c6d12919e01a6d64a716d/:source1 -#DISTFILES+= svg2pdf-${SVG2PDF_COMMIT}.tar.gz:source1 MAINTAINER= wen@FreeBSD.org COMMENT= Markup-based typesetting system @@ -15,16 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes -SVG2PDF_COMMIT= 35f4bb87fb677473661c6d12919e01a6d64a716d - PLIST_FILES= bin/${PORTNAME} -post-extract: -# ${REINPLACE_CMD} "s?0\.22\.0?0\.32\.0?g" \ -# ${WRKSRC}/cargo-crates/svg2pdf-0.4.1/Cargo.lock -# ${REINPLACE_CMD} "s?0\.22?0\.32?g" \ -# ${WRKSRC}/cargo-crates/svg2pdf-0.4.1/Cargo.toml - do-install: ${INSTALL_PROGRAM} ${WRKDIR}/target/*/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}