git: 60e0bd3e86b8 - main - print/tex-basic-engines: Fix MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Feb 2022 02:36:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=60e0bd3e86b81177a2f61d0df1787256d4a8fd11 commit 60e0bd3e86b81177a2f61d0df1787256d4a8fd11 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-25 02:35:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-25 02:35:52 +0000 print/tex-basic-engines: Fix MASTER_SITES Reported by: kiri@truefc.org --- print/tex-basic-engines/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/tex-basic-engines/Makefile b/print/tex-basic-engines/Makefile index 675451699184..0890e203d88a 100644 --- a/print/tex-basic-engines/Makefile +++ b/print/tex-basic-engines/Makefile @@ -1,7 +1,7 @@ PORTNAME= basic-engines PORTVERSION= ${TEXLIVE_VERSION} CATEGORIES= print -MASTER_SITES= TEX_CTAN/systems/texlive/Source/${TEXLIVE_YEAR} +MASTER_SITES= TEX_CTAN/systems/texlive/${TEXLIVE_YEAR} PKGNAMEPREFIX= tex- DISTNAME= texlive-${PORTVERSION}-source DIST_SUBDIR= TeX