diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-24 20:35:00 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-24 20:35:52 -0600 |
commit | 60e0bd3e86b81177a2f61d0df1787256d4a8fd11 (patch) | |
tree | 0ccb5666e06c92cfe12a57d6aff60dd3c9a1e8a6 /print | |
parent | math/libqalculate: Update to 4.0.0 (diff) |
print/tex-basic-engines: Fix MASTER_SITES
Reported by: kiri@truefc.org
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-basic-engines/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |